delete sendReply as createNote does this job

This commit is contained in:
Andrzej Stepien 2023-08-16 15:34:24 +02:00
parent 8e05130686
commit ba109e9ed5
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@ -1,5 +0,0 @@
import logger from "../logger.mjs"
export default async (text) => {
logger.trace(text)
}