Skip to content

Commit 07afa1c

Browse files
committed
consistency
1 parent 9cbfbba commit 07afa1c

File tree

6 files changed

+5
-1
lines changed

6 files changed

+5
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ See instructions in [apps/nextjs/README.md](apps/nextjs/README.md)
3535
- **TypeScript**:
3636
- Use explicit types, avoid `any` when possible
3737
- Don´t use ; at the end of the lines
38+
- **SQL**:
39+
- Use singular for table names
3840
- **Tests**: Try to include tests for new functionality
3941
- **Commits**: Use [Conventional Commits](https://conventionalcommits.org/): `feat:`, `fix:`, `docs:`
4042
- **Type checking**: Code at `apps/nextjs` must pass `make type` without errors

apps/nextjs/app/api/ubi_report_wallet/__tests__/route.test.ts renamed to apps/nextjs/app/api/ubi-report-wallet/__tests__/route.test.ts

File renamed without changes.
File renamed without changes.

apps/nextjs/app/api/ubi_report/__tests__/route.test.ts renamed to apps/nextjs/app/api/ubi-report/__tests__/route.test.ts

File renamed without changes.

resources/en/web3-and-ubi/guide3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ To ensure fairness and prevent one person from claiming multiple times, both sys
3737
* **Note:** With OKX Wallet, you may need to allow camera access several times (around 5) at the beginning.
3838

3939
**Reference video:**
40-
[![Video showing the verification process](https://img.youtube.com/vi/sBAQF5oIxiI.jpg)](https://www.youtube.com/embed/sBAQF5oIxiI)
40+
41+
[![Video showing how to save USDT on OKX](https://img.youtube.com/vi/sBAQF5oIxiI.jpg)](https://www.youtube.com/embed/sBAQF5oIxiI)
42+
4143

4244
**At the end of this guide you'll find the button to start your GoodDollar verification.**
4345

0 commit comments

Comments
 (0)