mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
remind me interaction on .timely should now work correctly
This commit is contained in:
@@ -199,5 +199,6 @@ public class RemindService : INService, IReadyExecutor
|
|||||||
await using var ctx = _db.GetDbContext();
|
await using var ctx = _db.GetDbContext();
|
||||||
await ctx.Reminders
|
await ctx.Reminders
|
||||||
.AddAsync(rem);
|
.AddAsync(rem);
|
||||||
|
await ctx.SaveChangesAsync();
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user