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:
parent
7fb00bca7a
commit
a3e55222fc
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue