mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-05 15:03:12 +00:00
forgot to hook up getSPR command
This commit is contained in:
parent
c3fb7384e3
commit
2b21722cf3
@ -1,7 +1,4 @@
|
||||
using BiblioTech.Options;
|
||||
using CodexPlugin;
|
||||
using Core;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace BiblioTech.Commands
|
||||
{
|
||||
@ -54,6 +51,7 @@ namespace BiblioTech.Commands
|
||||
await whoIsCommand.CommandHandler(context);
|
||||
await addSprCommand.CommandHandler(context);
|
||||
await clearSprsCommand.CommandHandler(context);
|
||||
await getSprCommand.CommandHandler(context);
|
||||
}
|
||||
|
||||
public class ClearUserAssociationCommand : SubCommandOption
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user