From 517de26748c023e35077ca0cc6dabcc9cb1bb590 Mon Sep 17 00:00:00 2001 From: Zach Hammer Date: Sun, 3 Mar 2024 09:18:54 -0500 Subject: [PATCH] fix linter issue --- plugins/slack-catalog-backend/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/slack-catalog-backend/README.md b/plugins/slack-catalog-backend/README.md index e86a293..7a7eb60 100644 --- a/plugins/slack-catalog-backend/README.md +++ b/plugins/slack-catalog-backend/README.md @@ -19,6 +19,7 @@ Add the following config to your `app-config.yaml`: slackCatalog: token: ${SLACK_API_TOKEN_CATALOG} ``` + More information about Slack scopes [requirements](https://api.slack.com/scopes/users:read.email). ## Processors