mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix type
This commit is contained in:
parent
ca544039e3
commit
bc5c7264c5
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ export const meta = {
|
|||
params: {},
|
||||
|
||||
res: {
|
||||
type: 'entity',
|
||||
entity: 'User'
|
||||
type: 'User',
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue