Skip to content

Commit

Permalink
Use ping instead of nextissuetime
Browse files Browse the repository at this point in the history
  • Loading branch information
auralia committed Dec 24, 2017
1 parent 0d79c83 commit b6aafe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/js/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ts/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default class App {
try {
Ui.log("info", `${credential.nation}: Logging in...`);
await api.nationRequest(credential.nation,
["nextissuetime"],
["ping"],
{},
{password: credential.password},
true);
Expand Down

0 comments on commit b6aafe1

Please sign in to comment.