Skip to content

Commit

Permalink
fix: rename subDomain template, for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Feb 28, 2023
1 parent 3b6221d commit c7d9c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import minuteTemplate from './minute';
import hourTemplate from './hour';
import dayTemplate from './day';
import xDayTemplate from './x_day';
import xDayTemplate from './xDay';
import ghDayTemplate from './ghDay';
import weekTemplate from './week';
import monthTemplate from './month';
Expand Down
2 changes: 1 addition & 1 deletion src/templates/x_day.ts → src/templates/xDay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const dayTemplate: Template = (
];

return {
name: 'x_day',
name: 'xDay',
allowedDomainType: ALLOWED_DOMAIN_TYPE,
rowsCount: (ts) => {
switch (domain.type) {
Expand Down

0 comments on commit c7d9c26

Please sign in to comment.