Skip to content

Commit

Permalink
fixup! Emit update event as a catch all for all members namespace events
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Piatek committed Sep 4, 2023
1 parent a36a48a commit 462b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Space.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { it, describe, expect, vi, beforeEach, expectTypeOf, afterEach } from 'vitest';
import { it, describe, expect, vi, beforeEach, expectTypeOf } from 'vitest';
import { Realtime, Types } from 'ably/promises';

import Space from './Space.js';
Expand Down

0 comments on commit 462b0dd

Please sign in to comment.