Skip to content

Commit 017cc4b

Browse files
committed
Merge branch 'main' of https://github.com/the-hideout/tarkov-data-api into add-item-categories
2 parents b9e63ec + 2ecd3a9 commit 017cc4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020

21-
- uses: github/branch-deploy@348f43a4ff59d657daafbdadc95a483462736569 # pin@v2.1.1
21+
- uses: github/branch-deploy@e01d5aa54a277a8f36d6954c5ed5a29e35d27097 # pin@v2.2.0
2222
id: branch-deploy
2323
with:
2424
admins: the-hideout/core-contributors

schema.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ type GameProperty {
130130
131131
type FleaMarket implements Vendor {
132132
name: String!
133+
normalizedName: String!
133134
minPlayerLevel: Int!
134135
enabled: Boolean!
135136
sellOfferFeeRate: Float!

0 commit comments

Comments
 (0)