Skip to content

Commit

Permalink
Vbump + refacto (#1539)
Browse files Browse the repository at this point in the history
* version bump

* fix #1537

* oubli #1537
  • Loading branch information
BastLast authored Oct 25, 2022
1 parent 08f100e commit 448d04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fr.bast.draftbot",
"version": "4.0.1.b",
"version": "4.0.1.c",
"main": "src/index.js",
"engines": {
"node": ">=14.17.2"
Expand Down
6 changes: 1 addition & 5 deletions src/core/database/logs/LogsReadRequests.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import {Database} from "../Database";
import {LogsDailyPotions} from "./models/LogsDailyPotions";
import {LogsClassicalShopBuyouts} from "./models/LogsClassicalShopBuyouts";
import {Op} from "sequelize";
Expand All @@ -8,11 +7,8 @@ import {LogsDatabase} from "./LogsDatabase";
/**
* This class is used to read some information in the log database in case it is needed for gameplay purposes
*/
export class LogsReadRequests extends Database {

constructor() {
super("logs");
}
export class LogsReadRequests {

/**
* Get the amount of time a specific player has bought the daily potion since the last time it was reset
Expand Down

0 comments on commit 448d04c

Please sign in to comment.