From 6bf6953c0353d92836a37f119261fe7c5b9b04ae Mon Sep 17 00:00:00 2001 From: John-Alan Simmons Date: Thu, 4 Apr 2024 02:48:00 -0400 Subject: [PATCH] non empty pss state --- pkg/pss/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/pss/types.go b/pkg/pss/types.go index 25b42dc..f58e900 100644 --- a/pkg/pss/types.go +++ b/pkg/pss/types.go @@ -3,7 +3,7 @@ package pss type State struct{} func (s State) String() string { - return "" + return "unimplemented" } type RefreshState struct{}