Skip to content

Commit

Permalink
fix: renamed file controller/fetchOrgas.ts to controller/getOrgas.ts …
Browse files Browse the repository at this point in the history
…for consistency
  • Loading branch information
TeddyRoncin committed Nov 21, 2023
1 parent 270b211 commit 7e83f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/controllers/users/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import updateUser from './updateUser';
import getUser from './getUser';
import { become, leave } from './spectate';
import { fetchRemoteTicket } from './getRemoteTicket';
import fetchOrgas from './fetchOrgas';
import fetchOrgas from './getOrgas';

const router = Router();

Expand Down

0 comments on commit 7e83f02

Please sign in to comment.