Skip to content

Commit 68d0452

Browse files
authored
Merge pull request #356 from topcoder-platform/GAME-QA-S4.2
add trail comma - fix lint
2 parents d20e063 + b8cfaa0 commit 68d0452

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)