feat: deletedAt integrations ignore
This commit is contained in:
parent
009bd36528
commit
cf0ab36a23
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export class PostsRepository {
|
|||
refreshNeeded: false,
|
||||
inBetweenSteps: false,
|
||||
disabled: false,
|
||||
deletedAt: null,
|
||||
},
|
||||
publishDate: {
|
||||
gte: dayjs.utc().subtract(2, 'day').toDate(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue