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