2dc9480170
refactor: remove unused trigger logs module and related files refactor: simplify good snapshot handling in sale invoice creation
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
export class PublicSaleInvoiceKeyMaker {
|
|
static invoice(id: string): string {
|
|
return `publicSaleInvoices:${id}`
|
|
}
|
|
}
|