mirror of
https://github.com/immich-app/immich.git
synced 2026-01-14 14:06:41 -08:00
3 lines
74 B
TypeScript
3 lines
74 B
TypeScript
let _count = 0;
|
|
export const generateId = (): string => `id-${_count++}`;
|