Skip to content

Instantly share code, notes, and snippets.

@orels1
Created May 16, 2017 21:31
Show Gist options
  • Save orels1/c32df44b55cf4397dd4dc6bfd71d1ebd to your computer and use it in GitHub Desktop.
Save orels1/c32df44b55cf4397dd4dc6bfd71d1ebd to your computer and use it in GitHub Desktop.
const express = require('express');
const fetch = require('node-fetch');
const btoa = require('btoa');
const { catchAsync } = require('../utils');
Copy link

ghost commented Jun 27, 2018

require("../utils")? that doesn't work

@samuellim-exe
Copy link

require("../utils")? that doesn't work

it doesnt work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment