Skip to content

Commit

Permalink
chore: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Nov 16, 2024
1 parent 5e3d73e commit 6d99119
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
24 changes: 18 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"dependencies": {
"@dignetwork/datalayer-driver": "^0.1.28",
"@dignetwork/dig-sdk": "^0.0.1-alpha.174",
"@dignetwork/dig-sdk": "^0.0.1-alpha.194",
"async-mutex": "^0.5.0",
"busboy": "^1.6.0",
"express": "^4.19.2",
Expand Down
6 changes: 2 additions & 4 deletions src/tasks/sync_stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,8 @@ const task = new Task("sync-stores", async () => {
try {
console.log("Starting sync-stores task...");

const storeList = getStoresList()
// temp fix for a store that is causing issues
.filter((store) => store !== "a3f1b2c4d5e6f708192a3b4c5d6e7f8091a2b3c4d5e6f708192a3b4c5d6e7f80");

const storeList = getStoresList();

let publicIp: string | null | undefined;

try {
Expand Down

0 comments on commit 6d99119

Please sign in to comment.