Fixed AutoSavedStore's deletion of data when table was using composite keys.

This commit is contained in:
Tom
2025-01-09 03:38:23 +00:00
parent 3429c8f8dc
commit 467c3cf0b0
15 changed files with 202 additions and 221 deletions

View File

@@ -1,3 +1,4 @@
using HermesSocketServer.Messages;
using HermesSocketServer.Models;
using ILogger = Serilog.ILogger;
@@ -22,7 +23,7 @@ namespace HermesSocketServer.Requests
int count = int.Parse(data["count"].ToString()!);
int span = int.Parse(data["span"].ToString()!);
var policy = new PolicyMessage()
var policy = new Policy()
{
Id = id,
UserId = channel.Id,