Skip to content

Commit

Permalink
chore: supress a ts warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jul 12, 2020
1 parent f33a982 commit 756ba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SetUsername.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default Vue.extend({
this.loading = true;
axios
.get(`https://api.jikan.moe/v3/user/${this.username}`)
.then(data => {
.then(() => {
/* @ts-ignore */
let savedname = this.$q.localStorage.getItem('username');
/* @ts-ignore */
Expand Down

1 comment on commit 756ba86

@vercel
Copy link

@vercel vercel bot commented on 756ba86 Jul 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.