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

This commit is contained in:
Code2qing
2023-02-04 11:10:28 +08:00
committed by GitHub
parent d89b1d4871
commit 86e5dae4d1

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
}