diff --git a/bruno/neon-sprawl-server/faction-standing/Get faction standing after operator chain.bru b/bruno/neon-sprawl-server/faction-standing/Get faction standing after operator chain.bru index bd7969b..a2ad9f4 100644 --- a/bruno/neon-sprawl-server/faction-standing/Get faction standing after operator chain.bru +++ b/bruno/neon-sprawl-server/faction-standing/Get faction standing after operator chain.bru @@ -11,7 +11,7 @@ docs { } script:pre-request { - const { completeOperatorChainQuestFlow } = require("../scripts/operator-chain-quest-flow-helper"); + const { completeOperatorChainQuestFlow } = require("./scripts/operator-chain-quest-flow-helper"); await completeOperatorChainQuestFlow(bru); }