Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove discriminator property from inactivity kv value
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent ce86ed6 commit ad5505b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/api/inactivity/new.ts
Expand Up @@ -68,7 +68,6 @@ export async function onRequestPost(context: RequestContext) {
reason,
start,
user: {
discriminator: context.data.current_user.discriminator,
id: context.data.current_user.id,
username: context.data.current_user.username,
},
Expand Down

0 comments on commit ad5505b

Please sign in to comment.