mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:53:09 +02:00
Fix type
This commit is contained in:
parent
936a4d1bc4
commit
2a8bb23625
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