Skip to content

Commit 8065c7f

Browse files
authored
fix: use errorLogger for outgoing message (#59)
1 parent f153ed7 commit 8065c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/src/api/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ app.useOutbound({{ channelName | camelCase }});
3131
{% endif -%}
3232
{% endfor %}
3333
app.use(errorLogger);
34+
app.useOutbound(errorLogger);
3435
app.useOutbound(logger);
3536
app.useOutbound(json2string);
3637

0 commit comments

Comments
 (0)