Skip to content

Commit b8cfaa0

Browse files
committed
add trail comma - fix lint
1 parent 51b7de1 commit b8cfaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/gamification-admin/pages/badge-detail/update-badge.store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ export async function submitRequestAsync(request: UpdateBadgeRequest): Promise<G
2727
return xhrPostAsync(url, form, {
2828
headers: {
2929
'Content-Type': 'multipart/form-data',
30-
}
30+
},
3131
})
3232
}

0 commit comments

Comments
 (0)