Skip to content

Commit

Permalink
Minor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1John419 committed May 16, 2024
1 parent d429492 commit 206e2a7
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 @@ -260,7 +260,7 @@
const initializeTomeLists = async () => {
progress('loading kja lists...');
tomeLists = await dbUtil.fetchJson(url);
tomeLists.tomeName = 'KJA';
tomeLists.tomeName = 'kja';
};

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 = 'KJA';
tomeLists.tomeName = 'kja';
};
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-20240516.02',
name: 'core-20240516.03',
urls: [
'/',
'/bundle.js',
Expand Down

0 comments on commit 206e2a7

Please sign in to comment.