mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
fix: remove unsafe stuff
This commit is contained in:
parent
a39c06bab9
commit
f9ccdc0c84
@ -80,10 +80,6 @@ export abstract class BaseInteraction implements Model {
|
|||||||
this.applicationId = data.application_id;
|
this.applicationId = data.application_id;
|
||||||
this.version = data.version;
|
this.version = data.version;
|
||||||
|
|
||||||
Object.defineProperty(this, "locale", {
|
|
||||||
value: data.locale,
|
|
||||||
});
|
|
||||||
|
|
||||||
const perms = data.app_permissions;
|
const perms = data.app_permissions;
|
||||||
|
|
||||||
if (perms) {
|
if (perms) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user