Skip to content

Commit 05a1094

Browse files
authored
chore: skip gondul screening questions in dev (#3185)
1 parent f293224 commit 05a1094

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schema/opportunity.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,10 @@ export const resolvers: IResolvers<unknown, BaseContext> = traceResolvers<
844844
},
845845
});
846846

847+
if (process.env.NODE_ENV === 'development') {
848+
return [];
849+
}
850+
847851
const gondulClient = getGondulClient();
848852

849853
const result = await gondulClient.garmr.execute(async () => {

0 commit comments

Comments
 (0)