Skip to content

Commit

Permalink
[no-issue] fix: 잘못된 들여쓰기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SEOKKAMONI committed Sep 29, 2024
1 parent 714244d commit 7c518eb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@ import fetcher from '@/utils/fetcher'

export default function PollingComponent {
// 폴링 간격을 2000 밀리초로 설정
const {

data } = useSWR('/api/data', fetcher, { refreshInterval: 2000 });
const { data } = useSWR('/api/data', fetcher, { refreshInterval: 2000 });

return '...'
}
Expand Down

0 comments on commit 7c518eb

Please sign in to comment.