Skip to content

Commit

Permalink
fix: revert path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Dec 4, 2022
1 parent 69313db commit 5232bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Request, Response } from 'express';
import SentryService from '../../services/sentry';
import { verifySignature } from '../../core/utils';
import { verifySignature } from '../../utils';
import { SentryWebHookOptions } from '../../types';

export default (webHookOptions: SentryWebHookOptions) => {
Expand Down

0 comments on commit 5232bbe

Please sign in to comment.