Skip to content

Commit

Permalink
Merge pull request #99 from podium-lib/update_podium_podlet_v5.2.0-ne…
Browse files Browse the repository at this point in the history
…xt.2

fix: update podlet to v5.2.0-next.2
  • Loading branch information
digitalsadhu authored Sep 6, 2024
2 parents ee2477d + 877ae66 commit f9510d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/podlet-server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export class PodletServer extends EventEmitter {

this._app = http.createServer(async (req, res) => {
const incoming = new HttpIncoming(req, res);
// @ts-expect-error
const inc = await this._podlet.process(incoming);

// Error route
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"author": "Trygve Lie",
"dependencies": {
"@podium/podlet": "5.2.0-next.1",
"@podium/podlet": "5.2.0-next.2",
"@podium/utils": "5.2.0",
"readable-stream": "4.5.2",
"selfsigned": "2.4.1",
Expand Down

0 comments on commit f9510d4

Please sign in to comment.