Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Jan 30, 2025
1 parent edd5385 commit 2872272
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/controllers/BibleController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import { ArrayHelper } from "@churchapps/apihelper";
export class BibleController extends ContentBaseController {

noCache: string[] = [
"a81b73293d3080c9-01", //AMP
"e3f420b9665abaeb-01", //LBLA
"a761ca71e0b3ddcf-01", //NASB2020
"b8ee27bcd1cae43a-01", //NASB95
"ce11b813f9a27e20-01" //NBLA
"a81b73293d3080c9-01", // AMP
"e3f420b9665abaeb-01", // LBLA
"a761ca71e0b3ddcf-01", // NASB2020
"b8ee27bcd1cae43a-01", // NASB95
"ce11b813f9a27e20-01" // NBLA
]

@httpGet("/:translationKey/search")
Expand Down
10 changes: 5 additions & 5 deletions src/helpers/ApiBibleHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ export class ApiBibleHelper {
static baseUrl: string = "https://api.scripture.api.bible/v1";

static attributionRequired: string[] = [
"a81b73293d3080c9-01", //AMP
"e3f420b9665abaeb-01", //LBLA
"a761ca71e0b3ddcf-01", //NASB2020
"b8ee27bcd1cae43a-01", //NASB95
"ce11b813f9a27e20-01" //NBLA
"a81b73293d3080c9-01", // AMP
"e3f420b9665abaeb-01", // LBLA
"a761ca71e0b3ddcf-01", // NASB2020
"b8ee27bcd1cae43a-01", // NASB95
"ce11b813f9a27e20-01" // NBLA
]

static async getCopyright(translationKey: string) {
Expand Down

0 comments on commit 2872272

Please sign in to comment.