Skip to content

Commit a944cd4

Browse files
committed
fixes
1 parent c740fd2 commit a944cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/getAyahMetasForSurah.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { checkValidSurah } from "./validation"
1717
export function getAyahMetasForSurah(surahNumber: Surah): AyahMeta[] {
1818
checkValidSurah(surahNumber)
1919
const [
20-
startAyahId, ayahCount, surahOrder, rukuCount, name, isMeccan, page
20+
startAyahId, ayahCount // , surahOrder, rukuCount, name, isMeccan, page
2121
] = SurahList[surahNumber]
2222
const endAyahId = startAyahId + ayahCount - 1
2323
const result: AyahMeta[] = []

0 commit comments

Comments
 (0)