Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qnkhuat committed May 13, 2024
1 parent a23e0c1 commit 907da2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/task/persist_refresh.clj
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
(some->> refresh-job-key
task/job-info
:triggers
(m/index-by (comp #(get % "db-id") qc/from-job-data :data))))
(m/index-by (comp #(get % "db-id") :data))))

(defn unschedule-persistence-for-database!
"Stop refreshing tables for a given database. Should only be called when marking the database as not
Expand Down

0 comments on commit 907da2d

Please sign in to comment.