mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: remove unused dependencies
This commit is contained in:
+1
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user