chore: More tracing improvements
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import { NotificationSetting } from "@server/models";
|
||||
|
||||
export default function present(setting: NotificationSetting) {
|
||||
export default function presentNotificationSetting(
|
||||
setting: NotificationSetting
|
||||
) {
|
||||
return {
|
||||
id: setting.id,
|
||||
event: setting.event,
|
||||
|
||||
Reference in New Issue
Block a user