0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(core): remove unused method

remove unused method
This commit is contained in:
simeng-li 2024-08-06 11:52:17 +08:00
parent 7fb00bca7a
commit a3e55222fc
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -185,10 +185,6 @@ export class Profile {
this.#data = {};
}
get notEmpty() {
return Object.keys(this.#data).length > 0;
}
/**
* Safely get the identified user from the interaction context.
* If the interaction event is register, the user will be retrieved safely.