We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2ee5c commit 0db8e6cCopy full SHA for 0db8e6c
apps/dumili/api/services/indexation/index.ts
@@ -110,7 +110,7 @@ const isAiRunning: Record<string, boolean> = {};
110
export const getFullIndexation = (
111
services: IndexationServices,
112
indexationId: string,
113
- runAi: boolean = true,
+ runAi = true,
114
) =>
115
prisma.indexation
116
.findUnique({
@@ -140,7 +140,7 @@ export const getFullIndexation = (
140
141
export const refreshIndexation = async (
142
143
144
id = services._socket.data.indexation.id,
145
) => {
146
services._socket.data.indexation = (await getFullIndexation(
0 commit comments