Skip to content

Commit 0db8e6c

Browse files
committed
dumili-api: Cleanup
1 parent 5d2ee5c commit 0db8e6c

File tree

1 file changed

+2
-2
lines changed
  • apps/dumili/api/services/indexation

1 file changed

+2
-2
lines changed

apps/dumili/api/services/indexation/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const isAiRunning: Record<string, boolean> = {};
110110
export const getFullIndexation = (
111111
services: IndexationServices,
112112
indexationId: string,
113-
runAi: boolean = true,
113+
runAi = true,
114114
) =>
115115
prisma.indexation
116116
.findUnique({
@@ -140,7 +140,7 @@ export const getFullIndexation = (
140140

141141
export const refreshIndexation = async (
142142
services: IndexationServices,
143-
runAi: boolean = true,
143+
runAi = true,
144144
id = services._socket.data.indexation.id,
145145
) => {
146146
services._socket.data.indexation = (await getFullIndexation(

0 commit comments

Comments
 (0)