Skip to content

Commit dd1e61e

Browse files
committed
typo fixed
1 parent 85d90ab commit dd1e61e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/utils.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import axios,{AxiosResponse, AxiosStatic } from 'axios'
55
import{queryOption,colors,resp}from'../interfaces/interface';
66
import{selectColors}from'../styles/themes';
77

8-
constcalendarData=async(
8+
exportconstcalendarData=async(
99
userId: string,
1010
axios: AxiosStatic
1111
): Promise<number[]|string>=>{
@@ -21,7 +21,7 @@ const calendarData = async (
2121
}
2222
};
2323

24-
constqueryOptions=(queryString: any): queryOption=>{
24+
exportconstqueryOptions=(queryString: any): queryOption=>{
2525
letarea: boolean=false;
2626
letcolors: colors;
2727
if(String(queryString.area)==='true'){

0 commit comments

Comments
(0)