Skip to content

Commit 18de5f2

Browse files
committed
set EVENT_TYPE back to 14
1 parent 85928d5 commit 18de5f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workerd/api/sockets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ class UdpConnectCustomEvent final: public WorkerInterface::CustomEvent {
460460
KJ_UNIMPLEMENTED("udp connect event not supported");
461461
}
462462

463-
static constexpr uint16_t EVENT_TYPE = 11;
463+
static constexpr uint16_t EVENT_TYPE = 14;
464464
uint16_t getType() override {
465465
return EVENT_TYPE;
466466
}

0 commit comments

Comments
 (0)