diff --git a/src/NadekoBot/Services/Database/Repositories/Impl/XpRepository.cs b/src/NadekoBot/Services/Database/Repositories/Impl/XpRepository.cs index b411cdad..b833cb79 100644 --- a/src/NadekoBot/Services/Database/Repositories/Impl/XpRepository.cs +++ b/src/NadekoBot/Services/Database/Repositories/Impl/XpRepository.cs @@ -2,7 +2,6 @@ using System.Linq; using Microsoft.EntityFrameworkCore; -//todo add pagination to .lb namespace NadekoBot.Services.Database.Repositories.Impl { public class XpRepository : Repository, IXpRepository