Skip to content

Commit

Permalink
fix variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Sep 14, 2023
1 parent 6071327 commit be8de5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class Collection {
id: Utils.GenID('libJSRSASign'),
key: 'libJSRSASign',
value: null,
type: 'secret'
type: 'string'
}
variables.push(libJSRSASign)
return variables
Expand Down

0 comments on commit be8de5a

Please sign in to comment.