Skip to content

Commit 19f4866

Browse files
committed
fix source summary
1 parent 0377cd4 commit 19f4866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/polygon/sources/new-stock-trade/new-stock-trade.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export default {
3030
getFunction() {
3131
return this.app.getPreviousClose;
3232
},
33-
getSummary(item) {
34-
return `New trade for ${item.sym} at $${item.p}`;
33+
getSummary() {
34+
return `New trade for ${this.stockTicker}`;
3535
},
3636
getData() {
3737
return {

0 commit comments

Comments
 (0)