simplify dummy

This commit is contained in:
mertalev 2025-05-11 13:04:38 -04:00
parent 36481d037f
commit 595f4c6d2e
No known key found for this signature in database
GPG Key ID: DF6ABC77AAD98C95

View File

@ -116,7 +116,7 @@ export const DummyValue = {
DATE: new Date(),
TIME_BUCKET: '2024-01-01T00:00:00.000Z',
BOOLEAN: true,
VECTOR: `${JSON.stringify(Array.from({ length: 512 }, () => 0))}`,
VECTOR: JSON.stringify(Array.from({ length: 512 }, () => 0)),
};
export const GENERATE_SQL_KEY = 'generate-sql-key';