mirror of
https://github.com/safing/portbase
synced 2025-09-04 11:40:23 +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 {
|
func startModule() error {
|
||||||
_, err := database.Register(&database.Database{
|
_, err := database.Register(&database.Database{
|
||||||
Name: "runtime",
|
Name: "runtime",
|
||||||
Description: "Runtime database",
|
Description: "Runtime database",
|
||||||
StorageType: "injected",
|
StorageType: "injected",
|
||||||
PrimaryAPI: "",
|
ShadowDelete: false,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Add table
Reference in a new issue