Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 83ce5b8

Browse files
authored
chore: add dependencies to existing modules (#55)
2 parents 035a138 + e18ba64 commit 83ce5b8

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

modules/currency/module.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ errors:
1414
INVALID_USER: {}
1515
INVALID_AMOUNT: {}
1616
INVALID_BALANCE: {}
17-
NOT_ENOUGH_FUNDS: {}
17+
NOT_ENOUGH_FUNDS: {}
18+
dependencies:
19+
rate_limit: {}
20+
users: {}

modules/friends/module.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ errors:
2424
FRIEND_REQUEST_ALREADY_ACCEPTED: {}
2525
FRIEND_REQUEST_ALREADY_DECLINED: {}
2626
CANNOT_SEND_TO_SELF: {}
27+
dependencies:
28+
rate_limit: {}
29+
users: {}

modules/users/module.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ scripts:
1010
errors:
1111
TOKEN_NOT_USER_TOKEN: {}
1212
UNKNOWN_IDENTITY_TYPE: {}
13+
dependencies:
14+
rate_limit: {}
15+
tokens: {}

0 commit comments

Comments
 (0)