Skip to content

Commit 51e3014

Browse files
committed
turn off HousingSaleScheduler msg note func
1 parent f9a82e8 commit 51e3014

2 files changed

Lines changed: 14 additions & 18 deletions

File tree

.idea/workspace.xml

Lines changed: 13 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/phantoms/phantomsbackend/service/scheduler/HousingSaleScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ private void filterAndNotifyNewHouses(List<HousingSale> allHousingSales) {
422422
.collect(Collectors.groupingBy(HousingSale::getServer));
423423

424424
for (Map.Entry<String, List<HousingSale>> entry : housesByServer.entrySet()) {
425-
sendHouseNotification(entry.getKey(), entry.getValue());
425+
// sendHouseNotification(entry.getKey(), entry.getValue()); // todo: turned off msg note func
426426
sendBriefHouseNotification(entry.getKey(), entry.getValue());
427427
}
428428

0 commit comments

Comments
 (0)