Rename custom.js -> slack.js

pull/573/head
GlitchWitch 2 years ago
parent c42e1fb5dd
commit 3fedc14062
No known key found for this signature in database
GPG Key ID: A9BEE0C6869C1D9D

@ -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