fix(slack): uncomment users.profile:read user scope

This commit is contained in:
Ali BARIN
2022-11-03 00:56:42 +01:00
parent a52e365b88
commit ae3d547c3f

View File

@@ -37,7 +37,7 @@ export default async function createAuthData($: IGlobalVariable) {
'search:read',
'stars:read',
'team:read',
// 'users.profile:read',
'users.profile:read',
'users.profile:write',
'users:read',
'users:read.email',