Skip to content

Commit

Permalink
remove second version from getBibles
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Dec 3, 2024
1 parent 335a126 commit 3ca37cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/services/fcbh/getBibles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ export async function getBibles(): Promise<IBibleVersion[] | null> {
title: 'King James Version (Dramatized)',
abbreviation: 'KJV',
},
{
id: 'ENGKJV01DA',
title: 'King James Version',
abbreviation: 'KJV',
},
].map((v) => ({
...response.data,
books: (response.data?.books || []).map((b) => ({
Expand Down

0 comments on commit 3ca37cb

Please sign in to comment.