Skip to content

Commit 1e4bdd0

Browse files
committed
Fix extension and remove unused var
1 parent da2a2eb commit 1e4bdd0

File tree

2 files changed

+2
-2
lines changed
  • packages/app/src/app/overmind/namespaces/live
  • standalone-packages/vscode-extensions/out/extensions/codesandbox-black-0.0.1

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const liveMessageReceived: Operator<LiveMessage> = pipe(
9191
export const applyTransformation: Action<{
9292
operation: any;
9393
moduleShortid: string;
94-
}> = ({ state, effects }, { operation, moduleShortid }) => {
94+
}> = ({ effects }, { operation, moduleShortid }) => {
9595
effects.vscode.applyOperation(moduleShortid, operation);
9696
};
9797

standalone-packages/vscode-extensions/out/extensions/codesandbox-black-0.0.1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"path": "./themes/codesandbox-black.json"
2121
}
2222
]
23-
},
23+
}
2424
}

0 commit comments

Comments
 (0)