Skip to content

Commit

Permalink
Converted lodash import to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
mattk-mke committed Jun 27, 2023
1 parent 1c9e497 commit b4dd1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-amqp/amqp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ReceiverLink } from './receiver_link';
import { AmqpLink } from './amqp_link_interface';
import { getErrorName } from './amqp_common_errors';
import { create_container as rheaCreateContainer, EventContext, AmqpError, Container, Connection, Session } from 'rhea';
import merge = require('lodash.merge');
import * as merge from 'lodash/merge';
import * as dbg from 'debug';
import * as async from 'async';

Expand Down

0 comments on commit b4dd1a2

Please sign in to comment.