mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-04 14:08:13 +00:00
chore: added new ID format; restored options of incrementing ID o save/copy
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const getOrderFullId = (orderNumber: string, sceneryHash: string) => {
|
||||
export const getOrderFullId = (orderNumber: number, sceneryHash: string) => {
|
||||
return `RD-${orderNumber}-${sceneryHash}-${new Date().getUTCFullYear().toString().slice(2)}`;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user