Skip to content

Commit 74bbf0f

Browse files
fix: additional level issues (#219)
1 parent a7d1364 commit 74bbf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sharedtypes/knowledgedb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ type DbData struct {
8181
NextSiblingId *uuid.UUID `json:"next_sibling_id"`
8282
LastChildId *uuid.UUID `json:"last_child_id"`
8383
FirstChildId *uuid.UUID `json:"first_child_id"`
84-
Level string `json:"level"`
84+
Level int `json:"level"`
8585
HasNeo4jEntry bool `json:"has_neo4j_entry"`
8686
}
8787

0 commit comments

Comments
 (0)