mirror of
https://github.com/safing/portbase
synced 2026-05-01 21:21:23 +00:00
Clean up storage backends
This commit is contained in:
parent
60dea8092f
commit
ddc773a9f2
6 changed files with 17 additions and 28 deletions
|
|
@ -15,7 +15,7 @@ type Sinkhole struct {
|
|||
}
|
||||
|
||||
func init() {
|
||||
storage.Register("sinkhole", NewSinkhole)
|
||||
_ = storage.Register("sinkhole", NewSinkhole)
|
||||
}
|
||||
|
||||
// NewSinkhole creates a dummy database.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue