Skip to content

Commit

Permalink
Merge pull request #31 from foxyyyyyyyyyyyyy/patch-1
Browse files Browse the repository at this point in the history
fix(core): made R6StatAPI an constructor
  • Loading branch information
CalumW1 authored Nov 12, 2024
2 parents 04251d9 + 3404ad5 commit eee44df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import { GetTransactionsPending } from './methods/getPendingTransactions';
import { GetTransactionHistroy } from './methods/getTransactionHistory';

export class R6StatAPI {
constructor() {
}
public async login(email: string, password: string): Promise<string> {
return await Auth(email, password);
}
Expand Down

0 comments on commit eee44df

Please sign in to comment.