Skip to content

Commit 3da2460

Browse files
committed
Code clean up
1 parent 79e8542 commit 3da2460

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Create a `config.yaml` file in the root directory with the following content:
6868

6969
2. **Configure user preferences**
7070

71-
userPreference := &models.UserPreference{
72-
UserID: "user@example.com",
73-
WalletAddress: "0x...",
74-
MinEtherValue: "1000000000000000000", // 1 ETH
75-
TrackNFTs: true,
76-
EmailNotification: true
77-
}
71+
userPreference := &models.UserPreference{
72+
UserID: "user@example.com",
73+
WalletAddress: "0x...",
74+
MinEtherValue: "1000000000000000000", // 1 ETH
75+
TrackNFTs: true,
76+
EmailNotification: true,
77+
}
7878

7979
## Testing
8080

0 commit comments

Comments
 (0)