Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chloezxyy committed Dec 27, 2023
1 parent f334087 commit fddd18a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function OceanInterface(): JSX.Element | null {

useEffect(() => {
const saveTx = async (txId: string) => {
// make post request to save the transaction into defichain-wallet-api db
// TODO change url once api is deployed
await fetch(`http://localhost:3001/transaction/${txId}`, {
method: "POST",
headers: {
Expand Down

0 comments on commit fddd18a

Please sign in to comment.