From 329028429d3ce585a0f87db03814601fcd24d1b5 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Tue, 16 Jun 2026 17:46:20 -0400 Subject: [PATCH] NEO-139: fix Bruno operator-chain helper require path. Use ./scripts/ from collection root so developer sandbox allows the import. --- .../Get faction standing after operator chain.bru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }