mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-16 04:37:22 +02:00
Fixes for wasm
This commit is contained in:
@@ -132,5 +132,3 @@ function generateId(model: string): string {
|
||||
idCount[model] = (idCount[model] ?? -1) + 1;
|
||||
return `GENERATE_ID::${model.toUpperCase()}_${idCount[model]}`;
|
||||
}
|
||||
|
||||
export default plugin;
|
||||
|
||||
Reference in New Issue
Block a user