Skip to content

Commit

Permalink
fix(twitter): export in twitter utils
Browse files Browse the repository at this point in the history
  • Loading branch information
sky3d authored and AVVS committed Dec 12, 2022
1 parent 4dfe270 commit 9cc0ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/twitter.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { isNil } = require('lodash/isNil');
const isNil = require('lodash/isNil');
const get = require('get-value');

function isRetweet(data) {
Expand Down

0 comments on commit 9cc0ee8

Please sign in to comment.