Skip to content

Commit

Permalink
Needs statements download directly, rather than google docs preview.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed May 16, 2024
1 parent 5a02475 commit fe614cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/needs-statements.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Component from '@ember/component';
import fetch from 'fetch';

const statementsPath = 'https://api.github.com/repos/NYCPlanning/labs-cd-needs-statements/git/trees/master?recursive=1';
const download = 'https://docs.google.com/viewer?url=https://github.com/NYCPlanning/labs-cd-needs-statements/raw/master/';
const download = 'https://github.com/NYCPlanning/labs-cd-needs-statements/raw/master/';

function stripDirectory(string) {
const loc = string.lastIndexOf('/');
Expand Down

0 comments on commit fe614cf

Please sign in to comment.