Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1John419 committed May 18, 2024
1 parent 91719cb commit 8f005b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
const initializeTomeLists = async () => {
progress('loading kja lists...');
tomeLists = await dbUtil.fetchJson(url);
tomeLists.tomeName = 'KJV';
tomeLists.tomeName = 'kjv';
};

class ReadModel {
Expand Down
2 changes: 1 addition & 1 deletion js/data/tomeLists.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export const firstVerseIdxByChapterIdx = (chapterIdx) => {
export const initializeTomeLists = async () => {
progress('loading kja lists...');
tomeLists = await dbUtil.fetchJson(url);
tomeLists.tomeName = 'KJV';
tomeLists.tomeName = 'kjv';
};
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const appCaches = [
{
name: 'core-20240517.01',
name: 'core-20240518.01',
urls: [
'/',
'/bundle.js',
Expand Down

0 comments on commit 8f005b0

Please sign in to comment.