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

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Jul 28, 2024
1 parent d74cf02 commit 2e38ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/getWatchdogStats.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import WatchdogStats from '../structures/Watchdog/Stats';

export default async function (this:any) {
export default async function (this: any) {
// eslint-disable-next-line no-underscore-dangle
const res = await this._makeRequest('/punishmentstats');
if (res.raw) return res;
Expand Down

0 comments on commit 2e38ad6

Please sign in to comment.