Skip to content

Commit 6b55fc5

Browse files
authored
typo: update error link in App.ts (#2260)
1 parent 87d75c5 commit 6b55fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ export default class App<AppCustomContext extends StringIndexed = StringIndexed>
13031303

13041304
if (authorize === undefined && !usingOauth) {
13051305
throw new AppInitializationError(
1306-
`${tokenUsage} \n\nSince you have not provided a token or authorize, you might be missing one or more required oauth installer options. See https://slack.dev/bolt-js/concepts#authenticating-oauth for these required fields.\n`,
1306+
`${tokenUsage} \n\nSince you have not provided a token or authorize, you might be missing one or more required oauth installer options. See https://slack.dev/bolt-js/concepts/authenticating-oauth for these required fields.\n`,
13071307
);
13081308
} else if (authorize !== undefined && usingOauth) {
13091309
throw new AppInitializationError(`You cannot provide both authorize and oauth installer options. ${tokenUsage}`);

0 commit comments

Comments
 (0)