mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-02 06:43:17 +08:00
chore: fix typo
This commit is contained in:
@ -27,8 +27,8 @@ type Proxy struct {
|
||||
DownProxyUrl string `json:"down_proxy_url"`
|
||||
}
|
||||
|
||||
func (a Storage) GetStorage() Storage {
|
||||
return a
|
||||
func (a *Storage) GetStorage() Storage {
|
||||
return *a
|
||||
}
|
||||
|
||||
func (a *Storage) SetStatus(status string) {
|
||||
|
Reference in New Issue
Block a user