Skip to content

Commit

Permalink
fix: personal access token is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Jan 3, 2024
1 parent 1e92528 commit 9344ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/databricks/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports.testConnection = async (opts) => {
module.exports.options = {
token: {
title: 'Personal Access Token',
type: 'text',
type: 'string',
required: true,
secret: true
},
Expand Down

0 comments on commit 9344ef5

Please sign in to comment.