swap tick from delayed job to repeatable
[browser-rts.git] / src / tasks / task.ts
index a39129f68f34af442a4b2cb54c51829853fd5570..9b524a883f082ec06ecf58ba48a48717a49bf583 100644 (file)
@@ -22,4 +22,4 @@ export class Task<T> {
     trigger(data: T, opts?: Bull.JobOptions) {
         this.queue.add(data, opts);
     }
-}
\ No newline at end of file
+}