Skip to content

Commit

Permalink
change casing
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanmae committed May 29, 2024
1 parent 9a5b815 commit 2f40a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordle-web/middleware/auth-middleware.global.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import TokenService from "~/scripts/TokenService";
import TokenService from "~/scripts/tokenService";

export default defineNuxtRouteMiddleware((to, from) => {
const tokenService = new TokenService();
Expand Down

0 comments on commit 2f40a7e

Please sign in to comment.