Skip to content

Commit

Permalink
fix: force ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 28, 2024
1 parent 95e32e8 commit 5026661
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions server/src/services/api/scannerApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ const dateFormat = new Intl.DateTimeFormat(undefined, {
dateStyle: 'short',
timeStyle: 'medium',
})
const timeFormat = new Intl.DateTimeFormat(undefined, {
timeStyle: 'medium',
})

/**
*
Expand Down Expand Up @@ -354,9 +351,6 @@ async function scannerApi(
)?.thumbnailUrl ??
`https://user-images.githubusercontent.com/58572875/167069223-745a139d-f485-45e3-a25c-93ec4d09779c.png`,
},
footer: {
text: timeFormat.format(Date.now()),
},
description: `<@${user.discordId}>\n${capitalized} Size: ${data.scanSize}\nCoordinates: ${coords.length}\n`,
fields: [
{
Expand Down

0 comments on commit 5026661

Please sign in to comment.