refactor: remove unused dependencies

This commit is contained in:
Prad Nukala
2024-09-05 14:18:22 -04:00
parent ae99abf2c4
commit 2c602138ff
9 changed files with 4 additions and 27 deletions
+1 -5
View File
@@ -2,7 +2,6 @@ package app
import (
"github.com/ipfs/kubo/client/rpc"
"github.com/onsonr/sonr/internal/files"
)
var (
@@ -12,10 +11,7 @@ var (
// Initialize initializes the local configuration values
func init() {
err := files.Assemble(".data/vaults/0")
if err != nil {
panic(err)
}
}
// SetLocalContextSessionID sets the session ID for the local context