Skip to content

Commit 4cbce9c

Browse files
committed
Fix appname
1 parent 9b1fe51 commit 4cbce9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7615,7 +7615,7 @@ const repoQuery = remoteURI => {
76157615
expr1: {
76167616
op: 'equals',
76177617
expr1: 'App-Name',
7618-
expr2: 'test-repo1',
7618+
expr2: 'dgit',
76197619
},
76207620
expr2: {
76217621
op: 'equals',

src/utils/arweave.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const repoQuery = remoteURI => {
1313
expr1: {
1414
op: 'equals',
1515
expr1: 'App-Name',
16-
expr2: 'test-repo1',
16+
expr2: 'dgit',
1717
},
1818
expr2: {
1919
op: 'equals',

0 commit comments

Comments
 (0)