Skip to content

Commit

Permalink
Change type specification from NodeJS.Timer to NodeJS.Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
private-yusuke committed Oct 9, 2023
1 parent f94b87b commit d707905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/markov-speaking/databases/flexible-database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as fs from "fs";
export default class FlexibleDataBase implements IDatabase {
public readonly markov: any;
private readonly duration: Duration;
private intervalObj: NodeJS.Timer;
private intervalObj: NodeJS.Timeout;

constructor(markov: any) {
this.markov = markov;
Expand Down

0 comments on commit d707905

Please sign in to comment.