Merge pull request #28007 from element-hq/renovate/major-typescript-eslint-monorepo

This commit is contained in:
Michael Telatynski 2024-10-18 14:55:51 +01:00 committed by GitHub
commit e5a436a00a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
126 changed files with 267 additions and 268 deletions

View file

@ -69,7 +69,7 @@ export class MessageBuilder {
/**
* Map of message content -> event.
*/
messages = new Map<String, Promise<JSHandle<MatrixEvent>>>();
messages = new Map<string, Promise<JSHandle<MatrixEvent>>>();
/**
* Utility to find a MatrixEvent by its body content

View file

@ -70,7 +70,7 @@ export class MessageBuilder {
/**
* Map of message content -> event.
*/
messages = new Map<String, Promise<JSHandle<MatrixEvent>>>();
messages = new Map<string, Promise<JSHandle<MatrixEvent>>>();
/**
* Utility to find a MatrixEvent by its body content