Skip to content

Commit

Permalink
chore: remove outdated TODO comment from code (#1827)
Browse files Browse the repository at this point in the history
request object expiration is managed by s3 lifecycle rules
  • Loading branch information
skynet2 authored Jan 2, 2025
1 parent 8d5b3bf commit de05f56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/vc-rest/startcmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,6 @@ func buildEchoHandler(
return nil, err
}

// TODO: add parameter to specify live time of interaction request object
requestObjStoreEndpoint := conf.StartupParameters.apiGatewayURL + "/request-object/"
oidc4vpTxManager := oidc4vp.NewTxManager(
oidc4vpNonceStore,
Expand Down

0 comments on commit de05f56

Please sign in to comment.