Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
A way to completely break everything for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MyForest committed Mar 5, 2020
1 parent c5a81ce commit 7d1f9e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Lib/application-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ async function configureApplicationOnClientSide() {
// Fetch shape of application from the server
config.app = await (await fetch(applicationURL + "config/application-configuration.json")).json()

// Break all the feeds for testing
// config.app = {}

// Load the available feeds for this user's system so we can configure the application
config.feeds = await (await fetch("../feed/list.json")).json()

Expand Down

0 comments on commit 7d1f9e8

Please sign in to comment.