Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
minor fix for content type command
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyglazyrindev committed Nov 20, 2021
1 parent f81d9e0 commit 181a4cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contenttype.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ type SyncContentTypes struct {
}

func (command SyncContentTypes) Proceed(subaction string, args []string) error {
appInstance.InitializeRouter()
uadminDatabase := core.NewUadminDatabase()
defer uadminDatabase.Close()
db := uadminDatabase.Db
Expand Down

0 comments on commit 181a4cc

Please sign in to comment.