Skip to content

Commit

Permalink
fix V14Types not init
Browse files Browse the repository at this point in the history
  • Loading branch information
freehere107 committed Aug 30, 2023
1 parent b477053 commit 674ee94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func HasReg(typeName string) bool {
func Clean() {
TypeRegistry = nil
specialRegistry = make(map[string][]Special)
V14Types = nil
V14Types = make(map[string]source.TypeStruct)
regBaseType()
}

Expand Down

0 comments on commit 674ee94

Please sign in to comment.