Skip to content

Commit

Permalink
resolve true if link is already present
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Nov 15, 2023
1 parent d1e0f98 commit d22bfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrike_ist/wrike.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
(if task-in-folder?
(do
(.info js/console "check-valid-task: Task is in the folder or an inherited folder: true")
(resolve true))
(resolve permalink))
(do
(.error js/console "check-valid-task: Task not found in folder")
(reject (js/Error. "check-valid-task: Task not found in folder")))))))))))
Expand Down

0 comments on commit d22bfdc

Please sign in to comment.