mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 10:36:43 +02:00
Batch by commit
This commit is contained in:
@@ -16,7 +16,7 @@ const utf8ToB64 = (str: string): string => {
|
||||
return window.btoa(decodeURIComponent(encodeURIComponent(str)));
|
||||
};
|
||||
|
||||
const batchId: string = 'mermaid-batch' + new Date().getTime();
|
||||
const batchId: string = 'mermaid-batch-' + Cypress.env('CYPRESS_COMMIT') || Date.now().toString();
|
||||
|
||||
export const mermaidUrl = (
|
||||
graphStr: string,
|
||||
|
Reference in New Issue
Block a user