Skip to content

Commit

Permalink
fix: add action type
Browse files Browse the repository at this point in the history
  • Loading branch information
bucurdavid committed Dec 29, 2024
1 parent 6a64505 commit b85f042
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/plugin-mpl-bubblegum/src/actions/transfer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {
Action,
ActionExample,
composeContext,
Content,
Expand Down Expand Up @@ -114,7 +115,7 @@ export default {
content.newLeafOwner as PublicKey
);

console.log("Transfer successful", signature);
console.log("Transfer successful: ", signature);

if (callback) {
callback({
Expand Down Expand Up @@ -204,4 +205,4 @@ export default {
},
],
] as ActionExample[][],
};
} as Action;

0 comments on commit b85f042

Please sign in to comment.