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