Skip to content

Commit

Permalink
Replace type alias for Channel
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Nov 5, 2021
1 parent e079a69 commit db02f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/client/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import PaginatedResource from './paginatedresource';
import PresenceMessage from '../types/presencemessage';
import { CipherOptions } from '../types/message';
import { PaginatedResultCallback } from '../../types/utils';
import Channel from './channel';

// TODO: Replace these when Channel and RealtimeChannel are converted to TypeScript
type Channel = any;
type RealtimeChannel = any;

function noop() {}
Expand Down

0 comments on commit db02f5f

Please sign in to comment.