fix(aliyundrive_share): no permission after share_id change (#3246)

pull/3279/head
Code2qing 2023-02-04 11:10:28 +08:00 committed by GitHub
parent d89b1d4871
commit 86e5dae4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ func (d *AliyundriveShare) Drop(ctx context.Context) error {
if d.cron != nil {
d.cron.Stop()
}
d.DriveId = ""
return nil
}