mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: build
This commit is contained in:
parent
562f34db05
commit
d4d57b876b
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Export {collection} attachments": "{collection} attachments export",
|
"Export {collection} attachments": "{collection} attachments export",
|
||||||
"Export {collection} data": "{collection} data export",
|
"Export {collection} data": "{collection} data export",
|
||||||
"Import {collection} data": "{collection} data import"
|
"Import {collection} data": "{collection} data import",
|
||||||
|
"Waiting": "Being in a queue..."
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ export class BaseTaskManager extends EventEmitter implements AsyncTasksManager {
|
|||||||
|
|
||||||
private app: Application;
|
private app: Application;
|
||||||
|
|
||||||
public queue: PQueue;
|
public queue: any;
|
||||||
|
|
||||||
private queueOptions: {};
|
private queueOptions: {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user