We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ac095 commit c8ef784Copy full SHA for c8ef784
1 file changed
src/backend/src/utils/google-integration.utils.ts
@@ -4,7 +4,7 @@ import SMTPTransport from 'nodemailer/lib/smtp-transport/index.js';
4
import { HttpException } from './errors.utils.js';
5
import stream, { Readable } from 'stream';
6
import concat from 'concat-stream';
7
-import { User, toDateString } from 'shared';
+import { User } from 'shared';
8
import { Schedule_Slot } from '@prisma/client';
9
import { getUsers } from './users.utils.js';
10
0 commit comments