Skip to content

Commit 8d3581f

Browse files
committed
Add node fetch dependency for ai-image-workflows
1 parent d3a7afe commit 8d3581f

File tree

1 file changed

+1
-2
lines changed
  • typescript/end-to-end-applications/ai-image-workflows

1 file changed

+1
-2
lines changed

typescript/end-to-end-applications/ai-image-workflows/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@restatedev/restate-sdk": "^1.4.0",
16-
"axios": "^1.6.7",
17-
"axios-retry": "^4.0.0",
16+
"node-fetch": "^3.3.2",
1817
"jimp": "^0.22.10",
1918
"puppeteer": "^21.9.0"
2019
},

0 commit comments

Comments
 (0)