- final sanity checks before release

This commit is contained in:
Amruth Pillai
2020-07-17 09:06:47 +05:30
parent 816e400b31
commit 96259c6c5d
12 changed files with 16 additions and 28 deletions

View File

@ -1,7 +1,7 @@
const functions = require('firebase-functions');
const puppeteer = require('puppeteer');
const BASE_URL = 'https://rxresume-staging.web.app/r/';
const BASE_URL = 'https://rxresu.me/r/';
function timeout(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));