We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d21acb commit 30aa7fdCopy full SHA for 30aa7fd
packages/app/src/app/overmind/namespaces/git/actions.ts
@@ -580,7 +580,7 @@ export const resolveOutOfSync: AsyncAction = async ({
580
581
const sandboxModule = sandbox.modules.find(
582
moduleItem => moduleItem.shortid === module.shortid
583
- );
+ )!;
584
sandboxModule.code = code;
585
sandboxModule.uploadId = uploadId;
586
sandboxModule.sha = sha;
0 commit comments