Skip to content

Commit ae784f7

Browse files
committed
chore: fix build
1 parent c3ff22a commit ae784f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transport-circuit-relay-v2/src/transport/reservation-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class ReservationStore extends TypedEventEmitter<ReservationStoreEvents>
250250
value: 1,
251251
ttl: expiration
252252
},
253-
[KEEP_ALIVE]: {
253+
[KEEP_ALIVE_TAG]: {
254254
value: 1,
255255
ttl: expiration
256256
}

0 commit comments

Comments
 (0)