Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
malteish committed Sep 5, 2024
1 parent 228620e commit 596a2a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import express from 'express';
import { Server } from 'socket.io';
import { MessageProcessor } from '../../message/MessageProcessor';
import { IDatabase } from '../../persistence/getDatabase';
import { performance } from 'perf_hooks';

export async function handleSubmitMessage(
req: express.Request,
Expand Down

0 comments on commit 596a2a2

Please sign in to comment.