Skip to content

Commit

Permalink
chore: add missing name change
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Sep 7, 2022
1 parent f220e69 commit a49a0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendezvous.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { createHash } from 'crypto';

import { maxBytes } from './config';

export class Channel {
export class Rendezvous {
private readonly id: string;
private readonly expiresAt: Date;
readonly ttlSeconds: number;
Expand Down

0 comments on commit a49a0b5

Please sign in to comment.