feat: Capture unhandled errors by restructuring apps
This commit is contained in:
@@ -40,7 +40,7 @@ export default defineAction({
|
||||
data: {
|
||||
raw: response.data,
|
||||
},
|
||||
error: response?.integrationError,
|
||||
error: response?.httpError,
|
||||
};
|
||||
|
||||
return tweet;
|
||||
|
Reference in New Issue
Block a user