Fix typo
This commit is contained in:
parent
d10cec7aba
commit
bf4bceea00
2
index.js
2
index.js
|
@ -1,7 +1,7 @@
|
||||||
const GDPROXY_NAME = "a gdproxy instance";
|
const GDPROXY_NAME = "a gdproxy instance";
|
||||||
const ACCENT_COLOR = "#DD65E1";
|
const ACCENT_COLOR = "#DD65E1";
|
||||||
const SERVICE_ACCOUNTS = [
|
const SERVICE_ACCOUNTS = [
|
||||||
// Enter service accounts' key herd
|
// Enter service accounts' key here
|
||||||
{
|
{
|
||||||
"type": "service_account",
|
"type": "service_account",
|
||||||
"project_id": "no",
|
"project_id": "no",
|
||||||
|
|
Loading…
Reference in New Issue