Skip to content

Commit ee9e2a4

Browse files
committed
fix: rename function initTestFix-2Page to initTestFix2Page to follow valid JavaScript naming conventions
1 parent ec62fd4 commit ee9e2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/page-initializers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ export async function initManageSubscriptionPage() {
10251025
/**
10261026
* Initialize the test-fix-2 page
10271027
*/
1028-
export function initTestFix-2Page() {
1028+
export function initTestFix2Page() {
10291029
console.log('Initializing test-fix-2 page');
10301030

10311031
// Get the form element

0 commit comments

Comments
 (0)