Rename custom.js -> slack.js

pull/676/head
GlitchWitch 2 years ago committed by Matthieu Bollot
parent 8310c419af
commit 3b2f47e106
No known key found for this signature in database
GPG Key ID: 426E24F35CBB5BC2

@ -1,5 +1,5 @@
const moment = require('moment');
const services = require('../../services/custom');
const services = require('../../services/slack');
const Errors = {
NOT_ENOUGH_RIGHTS: {

@ -1,4 +1,4 @@
const services = require('../../services/custom');
const services = require('../../services/slack');
const Errors = {
NOT_ENOUGH_RIGHTS: {

@ -1,5 +1,5 @@
const moment = require('moment');
const services = require('../../services/custom');
const services = require('../../services/slack');
const Errors = {
NOT_ENOUGH_RIGHTS: {

@ -1,4 +1,4 @@
const services = require('../../services/custom');
const services = require('../../services/slack');
const Errors = {
NOT_ENOUGH_RIGHTS: {

Loading…
Cancel
Save