refactor: remove restricted session field (#7543)
* add issue bot for prs * Update CHANGELOG.md * Update issue-bot.yml * remove session restriction artifacts * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
@@ -892,7 +892,6 @@ describe('SchemaController', () => {
|
||||
objectId: { type: 'String' },
|
||||
updatedAt: { type: 'Date' },
|
||||
createdAt: { type: 'Date' },
|
||||
restricted: { type: 'Boolean' },
|
||||
user: { type: 'Pointer', targetClass: '_User' },
|
||||
installationId: { type: 'String' },
|
||||
sessionToken: { type: 'String' },
|
||||
|
||||
Reference in New Issue
Block a user