@eliya-oss/agent-slack 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/application/commands.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -240,7 +240,7 @@ const defaultOAuthScopes = [
|
|
|
240
240
|
"team:read"
|
|
241
241
|
];
|
|
242
242
|
const defaultPkceUserScopes = defaultOAuthScopes;
|
|
243
|
-
const defaultPkceClientId = "
|
|
243
|
+
const defaultPkceClientId = "11499810382723.11506074725874";
|
|
244
244
|
const apiCall = async (parsed, services) => {
|
|
245
245
|
const method = requirePositional(parsed.positionals, 2, "METHOD");
|
|
246
246
|
const payload = await parseJsonPayload({
|