Skip to content

Commit

Permalink
mark to rewrite function
Browse files Browse the repository at this point in the history
  • Loading branch information
makemp committed Nov 11, 2023
1 parent 9304cf8 commit cd31f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/services/storage/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ export default Service.extend({
}
}),

Object.defineProperty(Auth.prototype)

// rewrite this
accounts: computed({
get() {
const accountsData = storage.getItem('travis.auth.accounts');
Expand Down

0 comments on commit cd31f69

Please sign in to comment.