1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00
This commit is contained in:
Martin McKeaveney 2021-05-20 12:55:24 +01:00
parent 270195d85f
commit e9a43925f7

View file

@ -80,6 +80,7 @@ class InMemoryQueue {
*/
removeRepeatableByKey(cronJobId) {
// TODO: implement for testing
console.log(cronJobId)
}
}