Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Too much JSON.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Jul 2, 2017
1 parent 7bc898a commit 3ef7715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/update_admin_dashboard_data.rb
Expand Up @@ -35,7 +35,7 @@ def process
top_searches: RemoteUrl.top_searches(7, 5),
top_notes: RemoteUrl.top_notes(7, 5),
accounts: [],
}.to_json
}

asset_store = DC::Store::AssetStore.new
asset_store.cache_json(@data, "admin/index.json")
Expand Down

0 comments on commit 3ef7715

Please sign in to comment.