Skip to content

Commit

Permalink
[pocketbase#789] fixed typo in realtime debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l authored Oct 17, 2022
1 parent 3239399 commit 6385c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/realtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (api *realtimeApi) connect(c echo.Context) error {
}

if api.app.IsDebug() {
log.Printf("Realtime connection establisehd: %s\n", client.Id())
log.Printf("Realtime connection established: %s\n", client.Id())
}

// signalize established connection (aka. fire "connect" message)
Expand Down

0 comments on commit 6385c5e

Please sign in to comment.