Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reflog committed Jan 20, 2025
1 parent d351222 commit 32b6591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proxied/fronted.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ func InitFronted() fronted.Fronted {
} else {
cacheFile = filepath.Join(dir, common.DefaultAppName, "fronted_cache.json")
}
return fronted.NewFronted(cacheFile)
fronter = fronted.NewFronted(cacheFile)
return fronter
}

// Fronted creates a http.RoundTripper that proxies request using domain
Expand Down

0 comments on commit 32b6591

Please sign in to comment.