Skip to content

Commit 22f9ab1

Browse files
fix: V-001 security vulnerability
Automated security fix generated by Orbis Security AI
1 parent 8ed1924 commit 22f9ab1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3554,10 +3554,10 @@ Other Style Guides
35543554
// ---
35553555
35563556
// allowed but does not supply semantic value
3557-
export const apiKey = 'SOMEKEY';
3557+
export const apiKey = 'YOUR_API_KEY_HERE';
35583558
35593559
// better in most cases
3560-
export const API_KEY = 'SOMEKEY';
3560+
export const API_KEY = 'YOUR_API_KEY_HERE';
35613561
35623562
// ---
35633563

0 commit comments

Comments
 (0)