From 27afdd47cd0d3488307416e32c2b3628cce1a841 Mon Sep 17 00:00:00 2001 From: decaffeinate Date: Mon, 13 Jan 2020 20:00:26 +0100 Subject: [PATCH] decaffeinate: Rename HealthCheckController.coffee and 2 other files from .coffee to .js --- .../{HealthCheckController.coffee => HealthCheckController.js} | 0 .../app/coffee/{Notifications.coffee => Notifications.js} | 0 ...{NotificationsController.coffee => NotificationsController.js} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename services/notifications/app/coffee/{HealthCheckController.coffee => HealthCheckController.js} (100%) rename services/notifications/app/coffee/{Notifications.coffee => Notifications.js} (100%) rename services/notifications/app/coffee/{NotificationsController.coffee => NotificationsController.js} (100%) diff --git a/services/notifications/app/coffee/HealthCheckController.coffee b/services/notifications/app/coffee/HealthCheckController.js similarity index 100% rename from services/notifications/app/coffee/HealthCheckController.coffee rename to services/notifications/app/coffee/HealthCheckController.js diff --git a/services/notifications/app/coffee/Notifications.coffee b/services/notifications/app/coffee/Notifications.js similarity index 100% rename from services/notifications/app/coffee/Notifications.coffee rename to services/notifications/app/coffee/Notifications.js diff --git a/services/notifications/app/coffee/NotificationsController.coffee b/services/notifications/app/coffee/NotificationsController.js similarity index 100% rename from services/notifications/app/coffee/NotificationsController.coffee rename to services/notifications/app/coffee/NotificationsController.js