Skip to content

Commit 94006b7

Browse files
committed
chore: add reminder
1 parent 18c465e commit 94006b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/ts/utils/url-handler.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,9 @@ export function loadTestSettingsFromUrl(getOverride?: string): void {
163163
const getValue = Misc.findGetParameter("testSettings", getOverride);
164164
if (getValue === null) return;
165165

166+
// if the encoding structure or method ever changes, make sure to support the old data format
167+
// otherwise eiko will be sad
168+
166169
const { data: de, error } = tryCatchSync(() =>
167170
parseJsonWithSchema(decompressFromURI(getValue) ?? "", TestSettingsSchema)
168171
);

0 commit comments

Comments
 (0)