mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-17 18:41:41 +02:00
[management] Mark SaveAccount deprecated (#4300)
This commit is contained in:
@@ -172,6 +172,7 @@ func (s *SqlStore) AcquireReadLockByUID(ctx context.Context, uniqueID string) (u
|
|||||||
return unlock
|
return unlock
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Deprecated: Full account operations are no longer supported
|
||||||
func (s *SqlStore) SaveAccount(ctx context.Context, account *types.Account) error {
|
func (s *SqlStore) SaveAccount(ctx context.Context, account *types.Account) error {
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
defer func() {
|
defer func() {
|
||||||
|
Reference in New Issue
Block a user