Add good list

This commit is contained in:
Sakurai Ryota 2025-02-09 10:32:03 +09:00
parent d3a35a4fe2
commit 5b4aa6c938

View File

@ -29,7 +29,7 @@ public class MyRepository
};
var ret = await this.database.InsertAsync(data).ConfigureAwait(false);
return (int) ret;
return (int) (long) ret;
}
/// <summary>