Migrate atlasId -> collectionId
This commit is contained in:
@@ -63,7 +63,7 @@ class Slack {
|
||||
const integration = await Integration.findOne({
|
||||
where: {
|
||||
teamId: document.teamId,
|
||||
collectionId: document.atlasId,
|
||||
collectionId: document.collectionId,
|
||||
service: 'slack',
|
||||
type: 'post',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user