Fixed an eslint issue.

This commit is contained in:
Toastie 2024-10-03 23:21:14 +13:00
parent 6a110561e3
commit 539aa98ee1
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -1,4 +1,4 @@
import nullOrEmpty from "./null-or-empty";
import nullOrEmpty from './null-or-empty';
export default function (s: string, max: number): string {
if (nullOrEmpty(s)) {