Skip to content

Commit d59c65e

Browse files
authored
chore: remove not needed comment in time.ts
1 parent a7bb4b4 commit d59c65e

File tree

1 file changed

+0
-2
lines changed
  • packages/plugin-bootstrap/src/providers

1 file changed

+0
-2
lines changed

packages/plugin-bootstrap/src/providers/time.ts

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ const timeProvider: Provider = {
1313
const humanReadable = new Intl.DateTimeFormat("en-US", options).format(
1414
currentDate
1515
);
16-
17-
// The current date and time is Tuesday, November 26, 2024 at 3:17:32 AM UTC. Please use this as your reference for any time-based operations or responses.
1816
return `The current date and time is ${humanReadable}. Please use this as your reference for any time-based operations or responses.`;
1917
},
2018
};

0 commit comments

Comments
 (0)