mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
wip(shared): port sleep op
This commit is contained in:
@@ -99,9 +99,11 @@ api.count = count;
|
||||
|
||||
// TODO As ops and fns are ported, exported them through the api object
|
||||
import scoreTask from './ops/scoreTask';
|
||||
import sleep from './ops/sleep';
|
||||
|
||||
api.ops = {
|
||||
scoreTask,
|
||||
sleep,
|
||||
};
|
||||
api.fns = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user