refactor: Restructure create tweet with new global variable

This commit is contained in:
Faruk AYDIN
2022-10-21 19:18:00 +02:00
parent 7e2dd95134
commit 00be50d2fd

View File

@@ -36,13 +36,6 @@ export default defineAction({
text,
});
const tweet: IActionOutput = {
data: {
raw: response.data,
},
error: response?.httpError,
};
return tweet;
$.actionOutput.data.raw = response.data;
},
});