Skip to content

Commit 026cde8

Browse files
test
1 parent 59872b9 commit 026cde8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phoneApp/userContacts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ class UsersContacts {
214214
};
215215

216216
loadData() {
217+
console.log('test');
217218
fetch(API_URL)
218219
.then(user => {
219220
return user.json();

0 commit comments

Comments
 (0)