eslint fix

This commit is contained in:
Valere
2025-12-12 14:46:13 +01:00
parent 93da69983d
commit 8f2055b4f4

View File

@@ -303,7 +303,7 @@ export const createLocalMembership$ = ({
// Clean-up callback // Clean-up callback
return Promise.resolve(async (): Promise<void> => { return Promise.resolve(async (): Promise<void> => {
await publisher.stopPublishing(); await publisher.stopPublishing();
publisher.stopTracks(); await publisher.stopTracks();
}); });
} }
}); });