1
0
Fork 0
mirror of synced 2024-08-04 21:02:01 +12:00

Fixing an issue with test build.

This commit is contained in:
mike12345567 2024-06-10 21:48:02 +01:00
parent 739ac5d03c
commit b286e2340b

View file

@ -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: {