Skip to content

Commit

Permalink
feat: Remove twitter from discover #2053
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Oct 30, 2023
1 parent 0e74d03 commit 939876e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/app/shared/enum/credential_category.dart
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extension CredentialCategoryX on CredentialCategory {
return [];
case CredentialCategory.socialMediaCards:
return [
CredentialSubjectType.twitterCard,
//CredentialSubjectType.twitterCard,
];
case CredentialCategory.walletIntegrity:
return [];
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ packages:
dependency: "direct dev"
description:
name: bloc_test
sha256: af0de1a1e16a7536e95dcd7491e0a6d6078e11d2d691988e862280b74f5c7968
sha256: "02f04270be5abae8df171143e61a0058a7acbce5dcac887612e89bb40cca4c33"
url: "https://pub.dev"
source: hosted
version: "9.1.4"
version: "9.1.5"
blurhash_dart:
dependency: transitive
description:
Expand Down Expand Up @@ -2521,10 +2521,10 @@ packages:
dependency: "direct main"
description:
name: walletconnect_flutter_v2
sha256: "7619022ecea01adc771aaaefb4cace48bc3e8645d5e5962d4859347c6a0ea777"
sha256: "55315779dd94b5b38754c8abcccba6e8f159083e799945dc49441a20dc73cffd"
url: "https://pub.dev"
source: hosted
version: "2.1.5"
version: "2.1.8"
watcher:
dependency: transitive
description:
Expand Down

0 comments on commit 939876e

Please sign in to comment.