Skip to content

Commit

Permalink
Unbreak build (#3463)
Browse files Browse the repository at this point in the history
* Unbreak build

* linter changed its mind
  • Loading branch information
inlined authored Jun 8, 2021
1 parent 0052e72 commit 5389f50
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/emulator/functionsEmulatorRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1072,10 +1072,7 @@ async function initializeRuntime(
if (extensionTriggers) {
parsedDefinitions = extensionTriggers;
} else {
require("../deploy/functions/discovery/jsexports/extractTriggers")(
triggerModule,
parsedDefinitions
);
require("../deploy/functions/runtimes/node/extractTriggers")(triggerModule, parsedDefinitions);
}
const triggerDefinitions: EmulatedTriggerDefinition[] = emulatedFunctionsByRegion(
parsedDefinitions
Expand Down

0 comments on commit 5389f50

Please sign in to comment.