Fixing an issue with test build.
This commit is contained in:
parent
739ac5d03c
commit
b286e2340b
|
@ -17,7 +17,7 @@ export function init() {
|
|||
if (!apiEnabled()) {
|
||||
return
|
||||
}
|
||||
const appMigrationQueue = queue.createQueue<AppMigrationJob>(
|
||||
appMigrationQueue = queue.createQueue<AppMigrationJob>(
|
||||
queue.JobQueue.APP_MIGRATION,
|
||||
{
|
||||
jobOptions: {
|
||||
|
|
Loading…
Reference in New Issue