Skip to content

Commit 641779b

Browse files
feedback
1 parent c028f58 commit 641779b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/features/git/getFileBlameApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const getFileBlame = async ({ path: filePath, repo: repoName, ref }: File
137137
withOptionalAuth(async ({ org, prisma, user }) => {
138138
if (user) {
139139
const resolvedSource = source ?? (await headers()).get('X-Sourcebot-Client-Source') ?? undefined;
140-
getAuditService().createAudit({
140+
await getAuditService().createAudit({
141141
action: 'user.fetched_file_blame',
142142
actor: { id: user.id, type: 'user' },
143143
target: { id: org.id.toString(), type: 'org' },

0 commit comments

Comments
 (0)