[backend] Fix typo

This commit is contained in:
Laura Hausmann 2024-10-11 07:13:02 +02:00
parent a70db57df9
commit cc89de3e5c
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -123,3 +123,4 @@ export const tickFetch = counter({
export const tickResolve = counter({
name: "iceshrimp_resolve_total",
help: "Total AP resolve calls",
});