Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-21 17:28:20 +02:00
parent b1a92e3715
commit 61807c1b37

View File

@@ -78,7 +78,7 @@ func (pvs DocumentVersionSignatureState) Value() (driver.Value, error) {
}
func (states DocumentVersionSignatureStates) Value() (driver.Value, error) {
if states == nil || len(states) == 0 {
if len(states) == 0 {
return nil, nil
}