Skip to content

Commit

Permalink
refactor: update order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmyMwaura committed May 3, 2024
1 parent 1b8046b commit ab3de38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { HandlerTools } from '@iote/cqrs';
import { FunctionHandler, HttpsContext } from '@ngfi/functions';

import { Bot } from '@app/model/convs-mgr/bots';
import { GcpJob, HttpMethodTypes } from '@app/model/cloud-scheduler';
import { CommunicationChannel } from '@app/model/convs-mgr/conversations/admin/system';

import { GcpJob, HttpMethodTypes } from '@app/model/cloud-scheduler';
import { WhatsappCronUpdateData } from './models/whatsapp-cron.interface';

/** Handler responsible for managing and creating whatspp app media update cron job when a bot is published */
Expand Down

0 comments on commit ab3de38

Please sign in to comment.