Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
sauntimo committed Sep 17, 2024
1 parent e7f8d8f commit ca775ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/plugins/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as Boom from '@hapi/boom';

import config from '../lib/config';
import logger from '../lib/logger';
import mgmtCLient from './localCopy-mgmt-client';
import mgmtCLient from './local-mgmt-client';

const validateHookToken = (domain, webtaskUrl, extensionSecret) => {
if (domain === null || domain === undefined) {
Expand Down
File renamed without changes.

0 comments on commit ca775ef

Please sign in to comment.