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