Skip to content

Commit

Permalink
Update zamane.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmeteminkartal committed Mar 12, 2024
1 parent 67d928a commit f52f777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zamane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class Zamane {
//
// Kalan kredi: 249

const kredi = /Kalan kredi\: (?<kredi>\d+)/.exec(stdout);
const kredi = /Kalan kredi: (?<kredi>\d+)/.exec(stdout);

if (!kredi || !kredi.groups) {
throw new Error('Zamane kredi check failed');
Expand Down

0 comments on commit f52f777

Please sign in to comment.