Skip to content

Commit

Permalink
feat: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ainouzgali committed May 8, 2024
1 parent 0bd4d82 commit acd61c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Injectable } from '@nestjs/common';
import * as Handlebars from 'handlebars';
import { format } from 'date-fns';
import { checkIsResponseError, HandlebarHelpersEnum } from '@novu/shared';
import { HandlebarHelpersEnum } from '@novu/shared';

import { CompileTemplateCommand } from './compile-template.command';
import * as i18next from 'i18next';
Expand Down

0 comments on commit acd61c9

Please sign in to comment.