1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00
This commit is contained in:
Martin McKeaveney 2021-05-20 13:09:02 +01:00
parent 54f9ca4c52
commit 79d5fbeaea

View file

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