Update USER_RECORD.md (#38283)

trailing comma here is invalid json.
This commit is contained in:
Philip Freeman
2025-07-22 02:27:37 -07:00
committed by GitHub
parent 0c699debde
commit 72775b7c89

View File

@@ -1218,6 +1218,6 @@ systems. It would hence look like this:
"key" : "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA/QT6kQWOAMhDJf56jBmszEQQpJHqDsGDMZOdiptBgRk=\n-----END PUBLIC KEY-----\n"
}
],
"userName" : "grobie",
"userName" : "grobie"
}
```