Skip to content

Commit

Permalink
Merge pull request #42 from alkem-io/develop
Browse files Browse the repository at this point in the history
v0.4.2
  • Loading branch information
hero101 authored Jul 4, 2024
2 parents c2b63b8 + 7278eb8 commit 276e354
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alkemio-matrix-adapter",
"version": "0.4.1",
"version": "0.4.2",
"description": "Alkemio Matrix Adapter service",
"author": "Alkemio Foundation",
"private": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class MatrixMessageAdapter {

if (
event.type &&
!this.ALLOWED_EVENT_TYPES.every(type => event.type !== type)
this.ALLOWED_EVENT_TYPES.every(type => event.type !== type)
) {
this.logger.verbose?.(
`[Timeline] Ignoring event of type: ${event.type} as it is not one of '${this.ALLOWED_EVENT_TYPES}' types `,
Expand Down

0 comments on commit 276e354

Please sign in to comment.