Skip to content

Commit 62188da

Browse files
committed
nit
1 parent 6f6e469 commit 62188da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/migrations/20231113_migrate_assistants_to_gpt4_turbo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Err } from "@app/lib/result";
88
const { LIVE, WORKSPACE } = process.env;
99

1010
async function updateWorkspaceAssistants(wId: string) {
11-
console.log(`Updateing agents for workspace ${wId}...`);
11+
// console.log(`Updating agents for workspace ${wId}...`);
1212

1313
const w = await Workspace.findOne({ where: { sId: wId } });
1414
if (!w) {

0 commit comments

Comments
 (0)