Skip to content

Commit

Permalink
Merge pull request #147 from extreme-todo/develop
Browse files Browse the repository at this point in the history
#123 deploy단계에서 fail 뜬 부분 수정
  • Loading branch information
imhjnoh authored Aug 4, 2024
2 parents 9c4e197 + f4be03b commit c01c91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DB/indexed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ETIndexedDBAction } from './indexedAction';
import { ETIndexedDBCalc } from './indexedCalc';
import type { TodoEntity } from './indexedAction';
import { groupByDate } from '../shared/timeUtils';
import { TodoModuleType } from '../shared/TodoModule';
import type { TodoModuleType } from '../shared/TodoModule';

/*
removeTodos <- Cron 사용한 메소드임 -> 로그인이 안됐다? useEffect() 안에서 ETIndexedDBAction 이용해서 지금 DB 안에 있는 거 중에.. 어제꺼 Todo 쓰윽 지워버리던지..
Expand Down

0 comments on commit c01c91f

Please sign in to comment.