Compare commits

..

No commits in common. "e41ecc0852511666e0c1d8ba34837fa162dd07bb" and "0fba4756c74cd8c4e68f61b2eb74a0aaebde2834" have entirely different histories.

View File

@ -3,7 +3,7 @@ import { Request } from "firebase-functions/v2/https";
import * as express from "express";
import axios from "axios";
const corsHandler = require('../shared/middleware').getcorsHandler();
const corsHandler = require('../shared/middleware').corsHandler;
const logger = require('../shared/config').getLogger();