mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix an import
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
NotFound,
|
||||
NotAuthorized,
|
||||
} from '../../libs/api-v3/errors';
|
||||
import * as Tasks from './task';
|
||||
import * as Tasks from '../../models/task';
|
||||
import Q from 'q';
|
||||
|
||||
let api = {};
|
||||
|
||||
Reference in New Issue
Block a user