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