Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 9, 2024
1 parent c3ff22a commit ae784f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export class ReservationStore extends TypedEventEmitter<ReservationStoreEvents>
value: 1,
ttl: expiration
},
[KEEP_ALIVE]: {
[KEEP_ALIVE_TAG]: {
value: 1,
ttl: expiration
}
Expand Down

0 comments on commit ae784f7

Please sign in to comment.