Skip to content

Commit 0b06062

Browse files
fmt
1 parent 6cc00d2 commit 0b06062

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/web/src/functions/supabase-media.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,9 @@ export async function moveMediaFile(
348348
.move(moved.to, moved.from);
349349
if (rollbackError) {
350350
// Log or handle rollback failure
351-
console.error(`Rollback failed for ${moved.to}: ${rollbackError.message}`);
351+
console.error(
352+
`Rollback failed for ${moved.to}: ${rollbackError.message}`,
353+
);
352354
}
353355
}
354356
}

0 commit comments

Comments
 (0)