mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Implement new scheduling for time travelers shop
This commit is contained in:
committed by
Sabe Jones
parent
ce796fa1d9
commit
278d9b74f9
@@ -33,6 +33,8 @@ import gemsBlock from './gems';
|
||||
import faq from './faq';
|
||||
import timeTravelers from './time-travelers';
|
||||
|
||||
import { assembleScheduledMatchers } from './constants/schedule';
|
||||
|
||||
import loginIncentives from './loginIncentives';
|
||||
|
||||
import officialPinnedItems from './officialPinnedItems';
|
||||
@@ -728,4 +730,6 @@ api.faq = faq;
|
||||
|
||||
api.loginIncentives = loginIncentives(api);
|
||||
|
||||
api.assembleScheduledMatchers = assembleScheduledMatchers;
|
||||
|
||||
export default api;
|
||||
|
||||
Reference in New Issue
Block a user