We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395e415 commit 1d05f5aCopy full SHA for 1d05f5a
apps/web/src/services/storage/migrations/transformers/v0-to-v1.ts
@@ -1,7 +1,7 @@
1
import { generateUUID } from "@/utils/id";
2
import type { SerializedScene } from "@/services/storage/types";
3
import type { MigrationResult, ProjectRecord } from "./types";
4
-import { getProjectId, isRecord } from "./utils";
+import { isRecord } from "./utils";
5
6
export interface TransformV0ToV1Options {
7
now?: Date;
0 commit comments