mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
chore(client): Remove unused clearCompleted user.ops function
This commit is contained in:
@@ -5,7 +5,6 @@ import reset from './reset';
|
||||
import reroll from './reroll';
|
||||
import rebirth from './rebirth';
|
||||
import allocateNow from './allocateNow';
|
||||
import clearCompleted from './clearCompleted';
|
||||
import sortTask from './sortTask';
|
||||
import updateTask from './updateTask';
|
||||
import deleteTask from './deleteTask';
|
||||
@@ -56,7 +55,6 @@ module.exports = {
|
||||
reroll,
|
||||
rebirth,
|
||||
allocateNow,
|
||||
clearCompleted,
|
||||
sortTask,
|
||||
updateTask,
|
||||
deleteTask,
|
||||
|
||||
Reference in New Issue
Block a user