mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
address review
This commit is contained in:
parent
4e42bca189
commit
d86b25e7da
2 changed files with 5 additions and 7 deletions
|
@ -40,7 +40,7 @@ func (p tmpDB) Delete(key string) error {
|
|||
|
||||
func (p tmpDB) Compact() (string, error) {
|
||||
p.intern.Truncate()
|
||||
return "Turncate done", nil
|
||||
return "Truncate done", nil
|
||||
}
|
||||
|
||||
func (p tmpDB) Items() *pogreb.ItemIterator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue