From 7ec5899b733df57aae74ff66f93a2971e2e39c63 Mon Sep 17 00:00:00 2001 From: Eric Gilmore Date: Wed, 10 May 2017 12:35:21 -0700 Subject: [PATCH] Removing awful typo addition. --- coupon-on-purchase/functions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coupon-on-purchase/functions/index.js b/coupon-on-purchase/functions/index.js index 494ffe0..b716a7c 100644 --- a/coupon-on-purchase/functions/index.js +++ b/coupon-on-purchase/functions/index.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -'use strict';licenses +'use strict'; const functions = require('firebase-functions'); const admin = require('firebase-admin');