Skip to content

Commit

Permalink
Merge pull request #713 from NYCPlanning/14-file-size-fix
Browse files Browse the repository at this point in the history
14 File Size Fix
  • Loading branch information
dhochbaum-dcp authored May 20, 2024
2 parents 5a02475 + fe614cf commit 7f8be5f
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 7f8be5f

Please sign in to comment.