Skip to content

Commit

Permalink
CORE-1901 Remove unused Tapis prepare-step-submission function
Browse files Browse the repository at this point in the history
  • Loading branch information
psarando committed May 25, 2024
1 parent 92d4262 commit 99380b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/apps/service/apps/tapis/jobs.clj
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,3 @@
(try+
(select-keys (.listJob tapis external_id) [:status :enddate])
(catch [:status 404] _ nil)))

(defn prepare-step-submission
[tapis job-id submission]
(prepare-submission tapis job-id submission))

0 comments on commit 99380b5

Please sign in to comment.