summary refs log tree commit diff
path: root/src/webrtc/events/Close.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webrtc/events/Close.ts')
-rw-r--r--src/webrtc/events/Close.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webrtc/events/Close.ts b/src/webrtc/events/Close.ts
index 1c203653..4cf80bb2 100644
--- a/src/webrtc/events/Close.ts
+++ b/src/webrtc/events/Close.ts
@@ -6,4 +6,4 @@ export async function onClose(this: WebSocket, code: number, reason: string) {
 
 	if (this.session_id) await Session.delete({ session_id: this.session_id });
 	this.removeAllListeners();
-}
\ No newline at end of file
+}