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 23227d3 commit a5d38dbCopy full SHA for a5d38db
packages/cloud/src/bridge/ExtensionChannel.ts
@@ -178,7 +178,7 @@ export class ExtensionChannel extends BaseChannel<
178
] as const
179
180
eventMapping.forEach(({ from, to }) => {
181
- // Create and store the listener function for cleanup/
+ // Create and store the listener function for cleanup.
182
const listener = async (..._args: unknown[]) => {
183
this.publish(ExtensionSocketEvents.EVENT, {
184
type: to,
0 commit comments