Skip to content

Commit

Permalink
Type tweak (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe authored Sep 8, 2024
1 parent e4e45d1 commit 67e1553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@digital-alchemy/automation",
"repository": "https://github.com/Digital-Alchemy-TS/automation",
"homepage": "https://docs.digital-alchemy.app/Automation",
"version": "24.9.1",
"version": "24.9.2",
"scripts": {
"build": "rm -rf dist/; tsc",
"lint": "eslint src",
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/solar-calc.extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type OnSolarEvent = {
type SolarReference = Record<SolarEvents, Dayjs> & {
isBetween: (a: SolarEvents, b: SolarEvents) => boolean;
loaded: boolean;
onEvent: (options: OnSolarEvent) => TBlackHole;
onEvent: (options: OnSolarEvent) => { remove: () => TBlackHole };
};

/**
Expand Down

0 comments on commit 67e1553

Please sign in to comment.