We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0012f56 commit 11cd70fCopy full SHA for 11cd70f
1 file changed
src/backend/src/prisma/manual.ts
@@ -17,9 +17,7 @@ import { getUserFullName } from '../utils/users.utils.js';
17
*/
18
19
/** Execute all given prisma database interaction scripts written in this function */
20
-const executeScripts = async () => {
21
- await downloadReimbursementDataByProject();
22
-};
+const executeScripts = async () => {};
23
24
/**
25
* Print metrics on accepted Change Requests with timeline impact
0 commit comments