Skip to content

Commit 1b3afb5

Browse files
committed
add
1 parent 01062a3 commit 1b3afb5

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

SECURITY_VULNERABILITIES_ANALYSIS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,4 @@ Most vulnerabilities are low-risk for production use, but should be addressed th
202202
- Reporting issues to upstream maintainers
203203
- Monitoring for package updates
204204

205+

package-lock.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prisma/schema.prisma

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ model Ballot {
9797
items String[]
9898
itemDescriptions String[]
9999
choices String[]
100-
anchorUrls String[] @default([])
101-
anchorHashes String[] @default([])
100+
anchorUrls String[] @default([])
101+
anchorHashes String[] @default([])
102102
type Int
103103
createdAt DateTime @default(now())
104104
}

src/components/pages/homepage/wallets/SectionExplanation.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ export default function SectionExplanation({
1919
);
2020
}
2121

22+

src/components/pages/homepage/wallets/WalletBalanceSkeleton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ export default function WalletBalanceSkeleton() {
1313
);
1414
}
1515

16+

0 commit comments

Comments
 (0)