Skip to content

Commit ac6af5d

Browse files
update workouts call
1 parent c9052ec commit ac6af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/utilities/http.module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function getUserWorkouts(options) {
8787
url: '/api/home',
8888
contentType: 'application/json',
8989
dataType: 'json',
90-
data: [],
90+
data: console.log(data),
9191
beforeSend: function(xhr) {
9292
xhr.setRequestHeader('Authorization', `Bearer ${jwtToken}`);
9393
},

0 commit comments

Comments
 (0)