(params: URLSearchParams)
| 129 | }; |
| 130 | |
| 131 | export const fetchAd = async (params: URLSearchParams): Promise<Ad | null> => |
| 132 | fetchAdRequest({ path: '/v1/a', params }); |
| 133 | |
| 134 | export const fetchCommentAd = async (): Promise<Ad | null> => { |
| 135 | return fetchAdByPlacement({ |
no test coverage detected