Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: properly excluded column
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 22, 2024
1 parent 2df884f commit f2a30fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/kanao-gateway/src/Structures/KanaoGateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class NezuGateway extends EventEmitter {
resumeURL: sql`EXCLUDED.resume_url`,
sequence: sql`EXCLUDED.sequence`,
sessionId: sql`EXCLUDED.session_id`,
shardCount: sql`EXCLUDED.shard_count`
shardCount: sql`EXCLUDED.shardCount`
},
where: eq(schema.sessions.id, shardId)
})
Expand Down

0 comments on commit f2a30fc

Please sign in to comment.