Closed 21Bruce closed 11 months ago
If logging in with an account that does not have payment set up, bot crashes.
Suppose ###EMAIL### and ###PASSWORD### are the email and password of an account with no payment id.
Not needed, this will definitely occur on any platform
This can be fixed with a simple if statement in api/resy/api.go I'm busy but someone else might be interested in solving this one ...
api/resy/api.go
Is there an existing issue for this bug?
Description of the bug
If logging in with an account that does not have payment set up, bot crashes.
Steps to reproduce
Suppose ###EMAIL### and ###PASSWORD### are the email and password of an account with no payment id.
System Specs
Not needed, this will definitely occur on any platform
Additional Context
This can be fixed with a simple if statement in
api/resy/api.go
I'm busy but someone else might be interested in solving this one ...