Skip to content

Commit 3aa1f18

Browse files
Updates ts import (#1778)
* fix: updates the ts import * chore: remove unwanted space
1 parent 25f3439 commit 3aa1f18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/tasks.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
const { getUsername, getUserId, getParticipantUsernames, getParticipantUserIds } = require("./users");
2-
const { TASK_TYPE, MAPPED_TASK_STATUS } = require("../constants/tasks");
2+
const { TASK_TYPE, MAPPED_TASK_STATUS, COMPLETED_TASK_STATUS } = require("../constants/tasks");
33
const fireStore = require("../utils/firestore");
44
const tasksModel = fireStore.collection("tasks");
5-
const { COMPLETED_TASK_STATUS } = require("../constants/tasks.ts");
65
const { convertMillisToSeconds } = require("./time");
76

87
const fromFirestoreData = async (task) => {

0 commit comments

Comments
 (0)