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:
Manuel
2021-09-04 03:03:46 +02:00
committed by GitHub
parent 27832453e2
commit 24188a39a7
4 changed files with 1 additions and 3 deletions

View File

@@ -891,7 +891,6 @@ RestWrite.createSession = function (
objectId: userId,
},
createdWith,
restricted: false,
expiresAt: Parse._encode(expiresAt),
};