Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mia-pi-git committed Apr 6, 2024
1 parent 4762b09 commit 6be86db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const loginthrottle = psdb.getTable<{
export const loginattempts = psdb.getTable<{
count: number;
time: number;
userid: number;
userid: string;
}>('loginattempts', 'userid');

export const usermodlog = psdb.getTable<{
Expand Down

0 comments on commit 6be86db

Please sign in to comment.