Fix 5xx on document type order
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -213,6 +213,10 @@ enum DocumentOrderField
|
||||
@goEnum(
|
||||
value: "github.com/getprobo/probo/pkg/coredata.DocumentOrderFieldCreatedAt"
|
||||
)
|
||||
DOCUMENT_TYPE
|
||||
@goEnum(
|
||||
value: "github.com/getprobo/probo/pkg/coredata.DocumentOrderFieldDocumentType"
|
||||
)
|
||||
}
|
||||
|
||||
enum RiskOrderField
|
||||
|
||||
Reference in New Issue
Block a user