From e1b172aaf0e984791b5af4a64b144339fd4042f6 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 24 Aug 2022 21:29:17 +0200 Subject: dag: test op serialisation with the unmarshaller, to allow resolving entities --- entities/bug/bug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'entities/bug/bug.go') diff --git a/entities/bug/bug.go b/entities/bug/bug.go index 4ce10c5b..1140c543 100644 --- a/entities/bug/bug.go +++ b/entities/bug/bug.go @@ -23,7 +23,7 @@ const formatVersion = 4 var def = dag.Definition{ Typename: "bug", Namespace: "bugs", - OperationUnmarshaler: operationUnmarshaller, + OperationUnmarshaler: operationUnmarshaler, FormatVersion: formatVersion, } -- cgit