Skip to content

remove notification webhook and send of email #613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions emails/AccountCreatedReferral.ts

This file was deleted.

47 changes: 0 additions & 47 deletions emails/BidAccepted.ts

This file was deleted.

52 changes: 0 additions & 52 deletions emails/BidCreated.ts

This file was deleted.

46 changes: 0 additions & 46 deletions emails/BidExpired.ts

This file was deleted.

29 changes: 0 additions & 29 deletions emails/OfferExpired.ts

This file was deleted.

42 changes: 0 additions & 42 deletions emails/OfferPurchased.ts

This file was deleted.

204 changes: 2 additions & 202 deletions package-lock.json
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,6 @@
"@magiclabs/wagmi-connector": "^1.1.6",
"@metamask/jazzicon": "^2.0.0",
"@nft/chat": "^0.2.0",
"@nft/webhook": "^1.0.0-beta.51",
"@rainbow-me/rainbowkit": "^1.3.3",
"@react-icons/all-files": "^4.1.0",
"@uiw/react-markdown-preview": "^5.0.7",
@@ -41,7 +40,6 @@
"next-remove-imports": "^1.0.12",
"next-translate": "^2.6.2",
"nextjs-google-analytics": "^2.3.3",
"nodemailer": "^6.9.8",
"nprogress": "^0.2.0",
"numbro": "^2.4.0",
"react": "^18.2.0",
@@ -62,7 +60,6 @@
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@next/bundle-analyzer": "^14.0.4",
"@nft/api-graphql": "^1.0.0-beta.60",
"@types/nodemailer": "^6.4.14",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.48",
"@types/react-linkify": "^1.0.4",
69 changes: 0 additions & 69 deletions pages/api/notification.ts

This file was deleted.


Unchanged files with check annotations Beta

query GetAssetDataForRefresh(

Check warning on line 1 in hooks/useRefreshAsset.gql

GitHub Actions / lint

Operation "GetAssetDataForRefresh" should not have "Get" prefix
$chainId: Int!
$collectionAddress: Address!
$tokenId: String!
query GetAccount($address: Address!) {

Check warning on line 1 in pages/account/edit.gql

GitHub Actions / lint

Operation "GetAccount" should not have "Get" prefix
account(address: $address) {
address
image
query GetNotifications($limit: Int!, $offset: Int!) {

Check warning on line 1 in pages/notification.gql

GitHub Actions / lint

Operation "GetNotifications" should not have "Get" prefix
notifications(
condition: {
actions: [