chore: remove dead code in DatabaseViewsExt
This commit is contained in:
parent
0cf0560701
commit
e11f4f23ab
@ -7,9 +7,6 @@ namespace PluralKit.Core;
|
|||||||
|
|
||||||
public static class DatabaseViewsExt
|
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,
|
public static Task<IEnumerable<ListedGroup>> QueryGroupList(this IPKConnection conn, SystemId system,
|
||||||
ListQueryOptions opts)
|
ListQueryOptions opts)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user