Skip to content

Commit 973b0f8

Browse files
committed
add docJS
1 parent f63059c commit 973b0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connectionConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* @typedef {Object} CredentialObj
55
* @property {'basic'|'jwt'} CredentialObj.type - the Authorization connection's type
6-
* @property {string | boolean} CredentialObj.user - the user id
6+
* @property {string | boolean} CredentialObj.user - the user id | I don't need the user with the jwt token
77
* @property {string} CredentialObj.key - the connection key
88
*
99
* @typedef {'graph'|'db'|'clone'|'triples'|'woql'|'frame'|'fetch'|'pull'|'rebase'|'csv'|'branch'|'reset'|'push'} ActionType

0 commit comments

Comments
 (0)