Skip to content

Commit 5e4789e

Browse files
committed
update package.json version and run linter
1 parent 45a5b81 commit 5e4789e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/paystack/actions/export-transactions/export-transactions.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
params,
4343
});
4444

45-
$.export("$summary", `Successfully requested transaction export`);
45+
$.export("$summary", "Successfully requested transaction export");
4646
return response;
47-
},
47+
},
4848
};

components/paystack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/paystack",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Pipedream Paystack Components",
55
"main": "paystack.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)