1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-10 07:55:27 +02:00

Rename custom.js -> slack.js

This commit is contained in:
GlitchWitch 2023-12-23 10:52:15 -06:00 committed by Matthieu Bollot
parent 8310c419af
commit 3b2f47e106
No known key found for this signature in database
GPG key ID: 426E24F35CBB5BC2
5 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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