Skip to content

Commit bd2a681

Browse files
committed
wip
1 parent 2da3422 commit bd2a681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/utils/useTimeEntries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export const useTimeEntriesStore = defineStore(
217217
() =>
218218
api.deleteTimeEntries(undefined, {
219219
queries: {
220-
"ids[]": timeEntryIds,
220+
'ids[]': timeEntryIds,
221221
},
222222
params: {
223223
organization: organizationId,

0 commit comments

Comments
 (0)