mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Rename custom.js -> slack.js
This commit is contained in:
parent
ddbf2c528d
commit
719ba9fc9c
5 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue