mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 08:46:38 +00:00
Remove unused codes and remove unnecessary variables
This commit is contained in:
@@ -4,7 +4,7 @@ package updatemanager
|
||||
|
||||
import "context"
|
||||
|
||||
func triggerUpdate(ctx context.Context, targetVersion string) error {
|
||||
func (u *UpdateManager) triggerUpdate(ctx context.Context, targetVersion string) error {
|
||||
// TODO: Implement
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user