Skip to content

Commit cd31f69

Browse files
committed
mark to rewrite function
1 parent 9304cf8 commit cd31f69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/services/storage/auth.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export default Service.extend({
4242
}
4343
}),
4444

45-
Object.defineProperty(Auth.prototype)
45+
46+
// rewrite this
4647
accounts: computed({
4748
get() {
4849
const accountsData = storage.getItem('travis.auth.accounts');

0 commit comments

Comments
 (0)