We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b5847 commit 5609856Copy full SHA for 5609856
1 file changed
pkg/code/async/user/twitter.go
@@ -206,6 +206,7 @@ func (p *service) updateCachedTwitterUser(ctx context.Context, user *twitter_lib
206
return nil
207
}
208
case account.ErrAccountInfoNotFound:
209
+ return nil
210
default:
211
return errors.Wrap(err, "error getting account info")
212
0 commit comments