Skip to content
Snippets Groups Projects
Unverified Commit f85c6b7b authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Fix clj-kondo alias error on mdb.conn (#22466)

parent 859f8a2c
Branches
Tags
No related merge requests found
(ns metabase.models.table
(:require [honeysql.core :as hsql]
[metabase.db.connection :as mdb.conn]
[metabase.db.connection :as mdb.connection]
[metabase.db.util :as mdb.u]
[metabase.driver :as driver]
[metabase.models.database :refer [Database]]
......@@ -222,7 +222,7 @@
(def ^{:arglists '([table-id])} table-id->database-id
"Retrieve the `Database` ID for the given table-id."
(mdb.conn/memoize-for-application-db
(mdb.connection/memoize-for-application-db
(fn [table-id]
{:pre [(integer? table-id)]}
(db/select-one-field :db_id Table, :id table-id))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment