Skip to content

Commit

Permalink
SNOW-1649421 replace accidentally introduced line-end semicolons with…
Browse files Browse the repository at this point in the history
… commas (#903)
  • Loading branch information
sfc-gh-dszmolka authored Sep 4, 2024
1 parent 3be93ad commit f03e27a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ declare module 'snowflake-sdk' {
ERR_CONN_CREATE_INVALID_FORCE_GCP_USE_DOWNSCOPED_CREDENTIAL = 404048,
ERR_CONN_CREATE_INVALID_REPRESENT_NULL_AS_STRING_NULL = 404050,
ERR_CONN_CREATE_INVALID_DISABLE_SAML_URL_CHECK = 404051,
ERR_CONN_CREATE_INVALID_CLIENT_REQUEST_MFA_TOKEN = 404052;
ERR_CONN_CREATE_MISSING_HOST = 404053;
ERR_CONN_CREATE_INVALID_HOST = 404054;
ERR_CONN_CREATE_INVALID_PASSCODE_IN_PASSWORD = 404055;
ERR_CONN_CREATE_INVALID_PASSCODE = 404056;
ERR_CONN_CREATE_INVALID_CLIENT_REQUEST_MFA_TOKEN = 404052,
ERR_CONN_CREATE_MISSING_HOST = 404053,
ERR_CONN_CREATE_INVALID_HOST = 404054,
ERR_CONN_CREATE_INVALID_PASSCODE_IN_PASSWORD = 404055,
ERR_CONN_CREATE_INVALID_PASSCODE = 404056,

// 405001
ERR_CONN_CONNECT_INVALID_CALLBACK = 405001,
Expand Down

0 comments on commit f03e27a

Please sign in to comment.