summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/adapter/transaction.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service/adapter/transaction.ex')
-rw-r--r--lib/matrix_app_service/adapter/transaction.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/matrix_app_service/adapter/transaction.ex b/lib/matrix_app_service/adapter/transaction.ex
index 22a2fe4..9d6abcc 100644
--- a/lib/matrix_app_service/adapter/transaction.ex
+++ b/lib/matrix_app_service/adapter/transaction.ex
@@ -7,5 +7,5 @@ defmodule MatrixAppService.Adapter.Transaction do
@doc """
Called when the application service receives an event.
"""
- @callback new_event(MatrixAppService.Event.t()) :: any()
+ @callback new_event(%MatrixAppService.Event{}) :: any()
end