mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
chore: remove dead code in DatabaseViewsExt
This commit is contained in:
parent
0cf0560701
commit
e11f4f23ab
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue