chore: remove dead code in DatabaseViewsExt

This commit is contained in:
spiral 2022-12-29 00:53:13 +00:00
parent 0cf0560701
commit e11f4f23ab
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E

View File

@ -7,9 +7,6 @@ namespace PluralKit.Core;
public static class DatabaseViewsExt
{
public static Task<IEnumerable<SystemFronter>> QueryCurrentFronters(this IPKConnection conn, SystemId system) =>
conn.QueryAsync<SystemFronter>("select * from system_fronters where system = @system", new { system });
public static Task<IEnumerable<ListedGroup>> QueryGroupList(this IPKConnection conn, SystemId system,
ListQueryOptions opts)
{