chore: remove dead code in DatabaseViewsExt
This commit is contained in:
		@@ -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)
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user