mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Fix build error due to cross-merge
This commit is contained in:
parent
85415455ed
commit
4d0d97f198
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ func init() {
|
|||
|
||||
func startModule() error {
|
||||
_, err := database.Register(&database.Database{
|
||||
Name: "runtime",
|
||||
Description: "Runtime database",
|
||||
StorageType: "injected",
|
||||
PrimaryAPI: "",
|
||||
Name: "runtime",
|
||||
Description: "Runtime database",
|
||||
StorageType: "injected",
|
||||
ShadowDelete: false,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Add table
Reference in a new issue