fix: Remove response data types to get rid of ts errors
This commit is contained in:
@@ -32,7 +32,7 @@ export default defineTrigger({
|
||||
};
|
||||
|
||||
do {
|
||||
const { data } = await $.http.get<ResponseData>('/api/v1/leads', {
|
||||
const { data } = await $.http.get('/api/v1/leads', {
|
||||
params,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user