Skip to content

Commit 11cd70f

Browse files
committed
#3998 fix build issue
1 parent 0012f56 commit 11cd70f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/backend/src/prisma/manual.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ import { getUserFullName } from '../utils/users.utils.js';
1717
*/
1818

1919
/** Execute all given prisma database interaction scripts written in this function */
20-
const executeScripts = async () => {
21-
await downloadReimbursementDataByProject();
22-
};
20+
const executeScripts = async () => {};
2321

2422
/**
2523
* Print metrics on accepted Change Requests with timeline impact

0 commit comments

Comments
 (0)