Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: callback route fails when state is "null" (#24)
* fix: callback route fails when state is "null" JSON.parse(atob("null")) throws ``` VM335:1 Uncaught SyntaxError: Unexpected token '�', "�ée" is not valid JSON at JSON.parse (<anonymous>) at <anonymous>:1:6 ``` * format: match repo prettier
- Loading branch information