Skip to content

Commit e0cfb1b

Browse files
committed
Apply formatting
1 parent 63564d4 commit e0cfb1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/structures/Wishlist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class Wishlist {
5252
return await addedBySelfAtTop(this.items)
5353
}
5454

55-
async add ({ itemUrlOrName, suggest, note, price, addedBy }) {
55+
async add({ itemUrlOrName, suggest, note, price, addedBy }) {
5656
if (!itemUrlOrName) {
5757
throw new Error(_CC.lang('WISHLIST_URL_REQUIRED'))
5858
}

0 commit comments

Comments
 (0)