Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
chaspy committed Mar 18, 2023
1 parent e496f69 commit f8facb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default SlackFunction(
} catch (e) {
if (e instanceof RangeError) {
const response =
`${tz} is invalid timezone. Please refer TZ database name or timezone abbereviation. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for details.`;
`${tz} is invalid timezone. Please refer TZ database name. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for details. And typical abbereviations are supported. See https://github.com/chaspy/hanakintaro/blob/main/timezone.ts`;

// early return
return { outputs: { response } };
Expand Down

0 comments on commit f8facb5

Please sign in to comment.