MessageReceiver: Use UUID if we have it

This commit is contained in:
Scott Nonnenberg 2020-09-25 07:20:36 -07:00 committed by GitHub
parent 8e656c2cf1
commit 9f73b40d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View file

@ -211,6 +211,7 @@ function applyMessageRequestState(
}
type RecordClassObject = {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[key: string]: any;
};