Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Jun 17, 2024
1 parent 6ee1ccf commit a7f1203
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(main)/_components/Pastelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default function Pastelog() {

async function publish() {
setLoading(true);
const today = new Date();
const log = new Log(
expiryDate.toDate('UTC'),
content,
Expand Down

0 comments on commit a7f1203

Please sign in to comment.