Skip to content

Commit

Permalink
fix: querystring 대신 qs 모듈 사용
Browse files Browse the repository at this point in the history
  • Loading branch information
drakang4 committed Jul 10, 2024
1 parent 38f4555 commit d5980ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/tds-widget/src/ad-banners/api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import qs from 'querystring'

import qs from 'qs'
import { get, post } from '@titicaca/fetcher'

import { Banner } from './typing'
Expand Down
3 changes: 1 addition & 2 deletions packages/tds-widget/src/chat/utils/image.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import qs from 'querystring'

import qs from 'qs'
import { generateUrl } from '@titicaca/view-utilities'

import { UserInterface, MetaDataInterface } from '../types'
Expand Down

0 comments on commit d5980ab

Please sign in to comment.