Skip to content

Commit 37806b6

Browse files
committed
update
1 parent 6d02d41 commit 37806b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/clockify/actions/get-time-entry-report/get-time-entry-report.mjs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ export default {
105105
status: "ALL",
106106
}
107107
: undefined,
108-
projects: this.projectIds
108+
projects: this.projectId
109109
? {
110110
contains: "CONTAINS",
111-
ids: this.projectIds,
111+
ids: [
112+
this.projectId,
113+
],
112114
status: "ALL",
113115
}
114116
: undefined,

0 commit comments

Comments
 (0)