Skip to content

Commit

Permalink
Unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eswar2103 committed Aug 26, 2024
1 parent 54eab54 commit b556321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/events.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import { logger } from './logger.mjs';
import * as fireboltOpenRpc from './fireboltOpenRpc.mjs';
import { config } from './config.mjs';
import { updateCallWithResponse } from './sessionManagement.mjs';
import { createAndSendInteractionLog } from './interactionLog.mjs';
import { createCaseAgnosticMethod } from './util.mjs';
import { createAndSendInteractionLog } from './interactionService.mjs';


const { dotConfig: { eventConfig } } = config;
Expand Down

0 comments on commit b556321

Please sign in to comment.