Results 3 comments of Fernando Braz

> @gamekaiju Is this happening on all routes? Yes, it is, in all routes.

> export const getSession = async (): Promise => { ... } I don't see why `Promise` is required. Other than that... ```ts export async function getSession() { try {...

> Not required, I just have a hella strict linter setup sweat_smile Than you very much Hayden. Great work!