v3: added onboarding email on account creation
This commit is contained in:
@@ -401,7 +401,9 @@ export function WSProvider(
|
||||
|
||||
if (socketRef.current?.readyState === WebSocket.OPEN) {
|
||||
socketRef.current.send(
|
||||
JSON.stringify({ type: "vote_cast", dumpId } satisfies OutgoingWSMessage),
|
||||
JSON.stringify(
|
||||
{ type: "vote_cast", dumpId } satisfies OutgoingWSMessage,
|
||||
),
|
||||
);
|
||||
}
|
||||
// If socket is not OPEN, the revert timer will handle cleanup after ACK_TIMEOUT
|
||||
|
||||
Reference in New Issue
Block a user