mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Ported release both, added unit tests, add release both route with integration tests
This commit is contained in:
@@ -118,6 +118,7 @@ import purchase from './ops/purchase';
|
||||
import purchaseHourglass from './ops/hourglassPurchase';
|
||||
import readCard from './ops/readCard';
|
||||
import openMysteryItem from './ops/openMysteryItem';
|
||||
import releaseBoth from './ops/releaseBoth';
|
||||
|
||||
api.ops = {
|
||||
scoreTask,
|
||||
@@ -137,6 +138,7 @@ api.ops = {
|
||||
purchaseHourglass,
|
||||
readCard,
|
||||
openMysteryItem,
|
||||
releaseBoth,
|
||||
};
|
||||
|
||||
import handleTwoHanded from './fns/handleTwoHanded';
|
||||
|
||||
Reference in New Issue
Block a user