mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 09:36:56 +00:00
fix lint errors in user/home.vue
This commit is contained in:
parent
06bcd0c9a0
commit
f5f9b8bc5f
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ const pagination = {
|
|||
endpoint: 'users/featured-notes' as const,
|
||||
limit: 10,
|
||||
params: computed(() => ({
|
||||
userId: props.user.id
|
||||
userId: props.user.id,
|
||||
})),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue