aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/clock.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/dag/clock.go')
-rw-r--r--entity/dag/clock.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/entity/dag/clock.go b/entity/dag/clock.go
index c9d2b94b..dc9bb72d 100644
--- a/entity/dag/clock.go
+++ b/entity/dag/clock.go
@@ -11,8 +11,8 @@ import (
func ClockLoader(defs ...Definition) repository.ClockLoader {
clocks := make([]string, len(defs)*2)
for _, def := range defs {
- clocks = append(clocks, fmt.Sprintf(creationClockPattern, def.namespace))
- clocks = append(clocks, fmt.Sprintf(editClockPattern, def.namespace))
+ clocks = append(clocks, fmt.Sprintf(creationClockPattern, def.Namespace))
+ clocks = append(clocks, fmt.Sprintf(editClockPattern, def.Namespace))
}
return repository.ClockLoader{