Upgraded isbot package.

This commit is contained in:
Mike Cao 2024-03-01 14:20:04 -08:00
parent bfa846d4c9
commit e6b45cc9b9
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
import ipaddr from 'ipaddr.js';
import isbot from 'isbot';
import { isbot } from 'isbot';
import { COLLECTION_TYPE, HOSTNAME_REGEX, IP_REGEX } from 'lib/constants';
import { secret } from 'lib/crypto';
import { getIpAddress } from 'lib/detect';