Skip to content

Commit

Permalink
Make typescript happy with mock data (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hebing committed Nov 12, 2019
1 parent 7576116 commit a4daafb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class BackendService {

// TODO: remove this part and enable below to actually contact the backend
return Promise.resolve([{
'message': 'https://media.giphy.com/media/yoJC2GnSClbPOkV0eA/source.gif'
message: 'https://media.giphy.com/media/yoJC2GnSClbPOkV0eA/source.gif'
}]);

// return this.http.get(url)
Expand Down

0 comments on commit a4daafb

Please sign in to comment.