aboutsummaryrefslogtreecommitdiffstats
path: root/entities/bug/bug.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-08-24 21:40:30 +0200
committerGitHub <noreply@github.com>2022-08-24 21:40:30 +0200
commit5c91174a84592b027c1b432a72ebf2974ec0e4c5 (patch)
tree1306f7f617968e13e6f28eda51417ae8cd2c6c6a /entities/bug/bug.go
parentccb71fea57bb17f267f135cb008470615595c5b7 (diff)
parente1b172aaf0e984791b5af4a64b144339fd4042f6 (diff)
downloadgit-bug-5c91174a84592b027c1b432a72ebf2974ec0e4c5.tar.gz
Merge pull request #861 from MichaelMure/test-with-unmarshaler
dag: test op serialisation with the unmarshaller, to allow resolving entities
Diffstat (limited to 'entities/bug/bug.go')
-rw-r--r--entities/bug/bug.go2
1 files changed, 1 insertions, 1 deletions
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,
}