Fix invalid userId.

This commit is contained in:
Benoit Marty 2026-05-06 18:27:49 +02:00
parent 2a694f6dfd
commit 223dd1f6b0
4 changed files with 7 additions and 6 deletions

View file

@ -16,6 +16,7 @@ const val USER_NAME_EVE = "Eve"
const val USER_NAME_JOHN_DOE = "John Doe"
const val USER_NAME_JUSTIN = "Justin"
const val USER_NAME_MALLORY = "Mallory"
const val USER_NAME_SENDER = "Sender"
const val USER_NAME_SUSIE = "Susie"
const val USER_NAME_VICTOR = "Victor"
const val USER_NAME_WALTER = "Walter"