Skip to content

Commit 7d78137

Browse files
committed
delete : await제거 (dnd-side-project#10)
1 parent 48a14b7 commit 7d78137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/house.memo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ export async function fetchPlaces(query: string, page: number): Promise<ApiRespo
4545
}
4646

4747
export async function getChecklist() {
48-
return await api.get('api/checklist').json();
48+
return api.get('api/checklist').json();
4949
}

0 commit comments

Comments
 (0)