From b83ba98b8cb3419e5b3aae07304f2f9c91162eea Mon Sep 17 00:00:00 2001 From: ko_oler <kooler89@gmail.com> Date: Mon, 5 Jun 2023 13:18:02 +0300 Subject: [PATCH] fix --- perxis-proto | 2 +- pkg/content/content.go | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/perxis-proto b/perxis-proto index 8606df02..f000812a 160000 --- a/perxis-proto +++ b/perxis-proto @@ -1 +1 @@ -Subproject commit 8606df02e0df6807e503bf22471a295020a47fba +Subproject commit f000812a1eef24093c0d0abf1318e3179b679773 diff --git a/pkg/content/content.go b/pkg/content/content.go index 9d318adc..22acaaa7 100644 --- a/pkg/content/content.go +++ b/pkg/content/content.go @@ -20,10 +20,6 @@ type Runnable interface { Stop() } -const ( - DBVersion uint32 = 1 -) - type Content struct { collaborators.Collaborators collections.Collections -- GitLab