Skip to content

Commit

Permalink
fix: small change to trigger a catch-up release (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinr-maps committed May 24, 2024
1 parent fbab086 commit ea1ac91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export function ApplicationSession(
options: IApplicationCredentialsManagerOptions
) {
console.log(
"DEPRECATED:, 'ApplicationSession' is deprecated. Use 'ApplicationCredentialsManager' instead."
"DEPRECATED: 'ApplicationSession' is deprecated. Use 'ApplicationCredentialsManager' instead."
);

return new ApplicationCredentialsManager(options);
Expand Down

0 comments on commit ea1ac91

Please sign in to comment.