Skip to content

Commit 76d950c

Browse files
prettier format test
1 parent f5daba0 commit 76d950c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/controllers/organizationController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Request, Response } from 'express';
22
import { PrismaClient, OrganizationRole, OrganizationStatus } from '@prisma/client';
3-
import admin from 'firebase-admin';
43
import { AuthenticatedRequest } from '../types/index.js';
4+
import admin from 'firebase-admin';
55

66
const prisma = new PrismaClient();
77

0 commit comments

Comments
 (0)