Skip to content

Function: getNoteValidationError()

getNoteValidationError(scripture, chapter): string | null

Defined in: src/utils/note-logic.ts:18

Validates note requirements based on category. Returns an error key (for translation) or null if valid.

Parameters

scripture

string

chapter

string

Returns

string | null

Released under the MIT License.