Skip to content

v1.6.1

Latest
Compare
Choose a tag to compare
@garethredfern garethredfern released this 15 Feb 22:24
· 4 commits to main since this release
0da20a7
  • Refactor the Auth service to remove unnecessary async/await and return axios Promise.
  • Refactor the File service to remove unnecessary async/await and return axios Promise.

Useful link on the difference between returning await on MDN.