Skip to content

Commit fa37e6c

Browse files
committed
Include non-signal sources in short notifications
1 parent 6fb44a0 commit fa37e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trader/notifiers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function getNotifierMessage(
103103
}
104104
}
105105

106-
if (source == SourceType.REBALANCE) {
106+
if (source && source != SourceType.SIGNAL) {
107107
content.push(source)
108108
}
109109

0 commit comments

Comments
 (0)