Skip to content
Snippets Groups Projects
Unverified Commit 128ca123 authored by Ryan Senior's avatar Ryan Senior Committed by GitHub
Browse files

Merge pull request #6532 from metabase/add-noop-init-driver

Add a noop `-init-driver` function to `metabase.driver.google`
parents 1a83df76 44e88f0f
Branches
Tags
No related merge requests found
......@@ -90,3 +90,8 @@
(.setTransport http-transport)))
(.setAccessToken access-token)
(.setRefreshToken refresh-token))))
(defn -init-driver
"Nothing to init as this is code used by the google drivers, but is not a driver itself"
[]
true)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment