mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Merge branch 'api-v3-ops-revive' of https://github.com/TheHollidayInn/habitrpg into TheHollidayInn-api-v3-ops-revive
This commit is contained in:
@@ -123,6 +123,7 @@ import releaseBoth from './ops/releaseBoth';
|
||||
import releaseMounts from './ops/releaseMounts';
|
||||
import sell from './ops/sell';
|
||||
import unlock from './ops/unlock';
|
||||
import revive from './ops/revive';
|
||||
|
||||
api.ops = {
|
||||
scoreTask,
|
||||
@@ -147,6 +148,7 @@ api.ops = {
|
||||
releaseMounts,
|
||||
sell,
|
||||
unlock,
|
||||
revive,
|
||||
};
|
||||
|
||||
import handleTwoHanded from './fns/handleTwoHanded';
|
||||
|
||||
Reference in New Issue
Block a user