fix lint error in `secure-rndstr.ts`
Compare changes
@@ -14,8 +14,8 @@ export function secureRndstr(length = 32, { chars = LU_CHARS } = {}): string {
What does this PR do? Fix lint issue caused by the recent change in secure-rndstr
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines