mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +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.version = data.version;
|
||||
|
||||
Object.defineProperty(this, "locale", {
|
||||
value: data.locale,
|
||||
});
|
||||
|
||||
const perms = data.app_permissions;
|
||||
|
||||
if (perms) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user