From f762d8ad4d50c93c1f93dc901437ab2585db4ad6 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 24 Sep 2021 21:45:28 +0200 Subject: [PATCH] fix: remove unused function --- src/components/tasks/mixins/taskList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/tasks/mixins/taskList.js b/src/components/tasks/mixins/taskList.js index 5f9752da6..b15462f80 100644 --- a/src/components/tasks/mixins/taskList.js +++ b/src/components/tasks/mixins/taskList.js @@ -107,6 +107,5 @@ export default { this.loadTasks(1, '', null, true) } }, - getRouteForPagination, }, } \ No newline at end of file