Never change news link to testing anymore!

This commit is contained in:
Ilya Ig. Petrov 2018-05-09 20:23:54 +05:00
parent fc3226febd
commit 6fb1765fcb

View File

@ -83,8 +83,8 @@ export default function getApp(theState) {
};
// I comment and uncomment this variable manually before release or build:
// const ghUrl = `https://api.github.com/repos/anticensority/chromium-extension/issues/10/comments${query}`;
const ghUrl = `https://api.github.com/repos/anticensority/for-testing/issues/1/comments${query}`;
const ghUrl = `https://api.github.com/repos/anticensority/chromium-extension/issues/10/comments${query}`;
// const ghUrl = `https://api.github.com/repos/anticensority/for-testing/issues/1/comments${query}`;
const [error, comments, etag] = await fetch(
ghUrl,