From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- src/api/UserApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/UserApi.ts') diff --git a/src/api/UserApi.ts b/src/api/UserApi.ts index 38f489131..b70d3b345 100644 --- a/src/api/UserApi.ts +++ b/src/api/UserApi.ts @@ -1,4 +1,4 @@ -import { BinaryLike } from 'node:crypto'; +import type { BinaryLike } from 'node:crypto'; import { hash } from '../helpers/password-helpers'; export default class UserApi { -- cgit v1.2.3-70-g09d2