Skip to content

Commit

Permalink
fix comment reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Dec 26, 2023
1 parent efbbf6f commit b439dc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/session/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const {
JAMBONES_INJECT_CONTENT,
AWS_REGION,
} = require('../config');
const BackgroundTaskManager = require('./bg-task-manager');
const BackgroundTaskManager = require('../utils/background-task-manager');
const BADPRECONDITIONS = 'preconditions not met';
const CALLER_CANCELLED_ERR_MSG = 'Response not sent due to unknown transaction';

Expand Down
File renamed without changes.

0 comments on commit b439dc3

Please sign in to comment.