We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f3439 commit 3aa1f18Copy full SHA for 3aa1f18
utils/tasks.js
@@ -1,8 +1,7 @@
1
const { getUsername, getUserId, getParticipantUsernames, getParticipantUserIds } = require("./users");
2
-const { TASK_TYPE, MAPPED_TASK_STATUS } = require("../constants/tasks");
+const { TASK_TYPE, MAPPED_TASK_STATUS, COMPLETED_TASK_STATUS } = require("../constants/tasks");
3
const fireStore = require("../utils/firestore");
4
const tasksModel = fireStore.collection("tasks");
5
-const { COMPLETED_TASK_STATUS } = require("../constants/tasks.ts");
6
const { convertMillisToSeconds } = require("./time");
7
8
const fromFirestoreData = async (task) => {
0 commit comments