Skip to content

Commit 30aa7fd

Browse files
typing
1 parent 9d21acb commit 30aa7fd

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/overmind/namespaces/git

1 file changed

+1
-1
lines changed

packages/app/src/app/overmind/namespaces/git/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export const resolveOutOfSync: AsyncAction = async ({
580580

581581
const sandboxModule = sandbox.modules.find(
582582
moduleItem => moduleItem.shortid === module.shortid
583-
);
583+
)!;
584584
sandboxModule.code = code;
585585
sandboxModule.uploadId = uploadId;
586586
sandboxModule.sha = sha;

0 commit comments

Comments
 (0)