Fixed an eslint issue.
This commit is contained in:
parent
6a110561e3
commit
539aa98ee1
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import nullOrEmpty from "./null-or-empty";
|
import nullOrEmpty from './null-or-empty';
|
||||||
|
|
||||||
export default function (s: string, max: number): string {
|
export default function (s: string, max: number): string {
|
||||||
if (nullOrEmpty(s)) {
|
if (nullOrEmpty(s)) {
|
||||||
|
|
Loading…
Reference in a new issue