Compare commits

..

No commits in common. "88d43ff5d0a8a3f843bc81b406f15a72ae2b8481" and "3bb39ab17c4dbcdef8278c26b5180fcde7a2d005" have entirely different histories.

3 changed files with 1 additions and 13 deletions

View File

@ -5,21 +5,10 @@ Changelog
(unreleased)
------------
Fix
~~~
- Additional debug outputs refs NOISSUE. [Simon Diesenreiter]
0.1.7 (2025-04-15)
------------------
Fix
~~~
- More fixes in release logic refs NOISSUE. [Simon Diesenreiter]
Other
~~~~~
0.1.6 (2025-04-15)
------------------

View File

@ -17,7 +17,6 @@ userCheckTimer.OnOccurence += async (s, ea) =>
var needsSaving = false;
foreach (var memberId in memberList)
{
Console.WriteLine("found member: " = memberId);
var foundUser = dci.Users.Where(u => u.SignalMemberId == memberId).SingleOrDefault();
if (foundUser == null)
{

View File

@ -1 +1 @@
0.1.8
0.1.7