1
0
Fork 0
mirror of synced 2024-07-13 02:05:54 +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()) {
return
}
const appMigrationQueue = queue.createQueue<AppMigrationJob>(
appMigrationQueue = queue.createQueue<AppMigrationJob>(
queue.JobQueue.APP_MIGRATION,
{
jobOptions: {