Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
update unsplash service to use config.unsplashAPI.applicationId
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Aug 15, 2017
1 parent d26c073 commit c702c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/unsplash.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default Service.extend({
_columnHeights: null,
_pagination: null,

applicationId: or('config.unsplashAPI', 'settings.unsplash.applicationId'),
applicationId: or('config.unsplashAPI.applicationId', 'settings.unsplash.applicationId'),
isLoading: or('_search.isRunning', '_loadingTasks.isRunning'),

init() {
Expand Down

0 comments on commit c702c10

Please sign in to comment.