diff --git a/src/lib/common/files.ts b/src/lib/common/files.ts index f3d6930e6..139e0da5b 100644 --- a/src/lib/common/files.ts +++ b/src/lib/common/files.ts @@ -117,6 +117,7 @@ export function serializeSchemes(authority: string, gj: Schemes): Schemes { } copy.authority = authority; copy.origin = "atip-v2"; + copy.sketch_exported = new Date().toISOString(); return copy; }