We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63564d4 commit e0cfb1bCopy full SHA for e0cfb1b
1 file changed
src/structures/Wishlist.js
@@ -52,7 +52,7 @@ export class Wishlist {
52
return await addedBySelfAtTop(this.items)
53
}
54
55
- async add ({ itemUrlOrName, suggest, note, price, addedBy }) {
+ async add({ itemUrlOrName, suggest, note, price, addedBy }) {
56
if (!itemUrlOrName) {
57
throw new Error(_CC.lang('WISHLIST_URL_REQUIRED'))
58
0 commit comments