Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
'ReviewType' is defined but never used
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jan 17, 2024
1 parent 3fae068 commit fb49bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/reviewDB/reviewDbApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import { showToast, Toasts } from "@webpack/common";

import { Auth, authorize, getToken, updateAuth } from "./auth";
import { Review, ReviewDBCurrentUser, ReviewDBUser, ReviewType } from "./entities";
import { Review, ReviewDBCurrentUser, ReviewDBUser } from "./entities";
import { settings } from "./settings";

const API_URL = "https://manti.vendicated.dev/api/reviewdb";
Expand Down

0 comments on commit fb49bb3

Please sign in to comment.