diff --git a/index.d.ts b/index.d.ts index 4307daf83..f027f7f5a 100644 --- a/index.d.ts +++ b/index.d.ts @@ -571,7 +571,7 @@ declare module 'snowflake-sdk' { getResultsFromQueryId(options: StatementOption): Promise; /** - * Gets the results from a previously ran query based on queryId and throws if there's an error. + * Returns the value of the SERVICE_NAME parameter */ getServiceName(): string;