mirror of
https://github.com/romancm/gamebrary
synced 2024-11-10 05:34:15 +00:00
remove broken line
This commit is contained in:
parent
b59ff8bd7b
commit
f3e86dda50
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
const functions = require('firebase-functions');
|
||||
const axios = require('axios');
|
||||
const BASE_URL =
|
||||
// const BASE_URL =
|
||||
// TODO: put base url in constant
|
||||
|
||||
exports.news = functions.https.onRequest((req, res) => {
|
||||
|
|
Loading…
Reference in a new issue