mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 12:44:31 +00:00
a6036cb70b
Signed-off-by: BoHong Li <a60814billy@gmail.com>
15 lines
251 B
JavaScript
15 lines
251 B
JavaScript
'use strict'
|
|
|
|
class realtimeJobStub {
|
|
start () {
|
|
}
|
|
|
|
stop () {
|
|
}
|
|
}
|
|
|
|
exports.realtimeJobStub = realtimeJobStub
|
|
exports.UpdateDirtyNoteJob = realtimeJobStub
|
|
exports.CleanDanglingUserJob = realtimeJobStub
|
|
exports.SaveRevisionJob = realtimeJobStub
|