Skip to content

Commit

Permalink
fix(models): removing unneeded user details model
Browse files Browse the repository at this point in the history
  • Loading branch information
rallieon committed Aug 19, 2021
1 parent e6bdabc commit e6966c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/models/src/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ export * from './play';
export * from './score';
export { TokenRequest } from './tokenRequest';
export { TokenResponse } from './tokenResponse';
export { UserDetails } from './userDetails';
export { Leaderboard } from './leaderboard';
7 changes: 0 additions & 7 deletions packages/models/src/models/userDetails.ts

This file was deleted.

0 comments on commit e6966c1

Please sign in to comment.