update gitignore
This commit is contained in:
parent
51a2d5a61e
commit
c3ac1a81ab
|
|
@ -226,7 +226,7 @@ async function checkAndNotify(keyword, marketplace = "EBAY_US") {
|
||||||
|
|
||||||
const message = `========= ${keyword.toUpperCase()} (${marketplace}) ==========\n` +
|
const message = `========= ${keyword.toUpperCase()} (${marketplace}) ==========\n` +
|
||||||
cheapItems.slice(0, 10).map(item =>
|
cheapItems.slice(0, 10).map(item =>
|
||||||
`<b>${item.title}</b>\n<b>$${item.price} ${item.currency || 'USD'}</b>\nhttps://${item.currency === 'USD' ? 'www.ebay.com' : 'www.ebay.com.au'}/itm/${item.legacyItemId}`
|
`${item.title}\n$${item.price} ${item.currency || 'USD'}\nhttps://${item.currency === 'USD' ? 'www.ebay.com' : 'www.ebay.com.au'}/itm/${item.legacyItemId}`
|
||||||
).join('\n==================================\n') +
|
).join('\n==================================\n') +
|
||||||
'\n==================================';
|
'\n==================================';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue