Skip to content

Commit

Permalink
fix: [api-v2] Fix reference issue with api-v2-override strategy (snap…
Browse files Browse the repository at this point in the history
…shot-labs#1288)

* [api-v2] Fix reference issue with api-v2-override strategy

* Revert test file
  • Loading branch information
ChaituVR authored Sep 25, 2023
1 parent 52f9bcd commit 0b44b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/strategies/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ const strategies = {
api,
'api-post': apiPost,
'api-v2': apiV2,
'api-v2-override': apiV2,
'api-v2-override': { ...apiV2 },
xseen,
'moloch-all': molochAll,
'moloch-loot': molochLoot,
Expand Down

0 comments on commit 0b44b4e

Please sign in to comment.