chore: More tracing improvements

This commit is contained in:
Tom Moor
2022-12-31 09:04:45 -05:00
parent c6fb764631
commit cdbc6df485
29 changed files with 64 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
import { Share } from "@server/models";
import { presentUser } from ".";
export default function present(share: Share, isAdmin = false) {
export default function presentShare(share: Share, isAdmin = false) {
const data = {
id: share.id,
documentId: share.documentId,