Skip to content

Commit

Permalink
refactor: clear
Browse files Browse the repository at this point in the history
  • Loading branch information
arusakov committed Oct 13, 2024
1 parent 9b71bf0 commit 7f92683
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export class WSDiscovery {
const clientId = await this.redis.incWithReset(clientIdKey)

const clientKey = this.getClientKey(clientId)

await this.redis.hsetWithTTL(
clientKey,
ttl || this.ttlClient,
Expand Down

0 comments on commit 7f92683

Please sign in to comment.