Skip to content

Commit

Permalink
temp change branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Nov 14, 2023
1 parent 9aff7d0 commit 69f2a9c
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 @@ -88,7 +88,7 @@

(defn check-valid-task
[{:keys [permalink target-branch folder-names]}]
(when (and target-branch (str/starts-with? target-branch "ayush/"))
(when (and target-branch (str/starts-with? target-branch "main"))
(let [folder-ids (get-folder-id folder-names)]
(if (seq folder-ids)
(if (is-wrike-task-in-folder? permalink (first folder-ids))
Expand Down

0 comments on commit 69f2a9c

Please sign in to comment.