Skip to content

Commit

Permalink
remove number
Browse files Browse the repository at this point in the history
  • Loading branch information
intracer committed Dec 17, 2023
1 parent b84d6d7 commit 62bb9c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ object TTNReader {
// receivers.foreach(println)

// ttns2023
// .filter(x => x.receiverContact.contains("380683381211") && x.year == "2023")
// .filter(x => x.receiverContact.contains("380681234567") && x.year == "2023")
// .sortBy(_.yyMmDd).zipWithIndex
// .foreach { case (t, i) =>
// println(s"${i+1}. ${t.date}, ${t.description}, ${t.mass}, ${t.cost}, ${t.receiverContact}")
Expand Down

0 comments on commit 62bb9c8

Please sign in to comment.