Skip to content

Commit

Permalink
fix: gateway trigger gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Mar 17, 2022
1 parent f8c3252 commit 9ed6e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gateway/src/gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function getHeaders(request) {
* @param {number} responseTime
*/
async function updateSummaryCacheMetrics(request, env, response, responseTime) {
// Get durable object for gateway
// Get durable object for summary
const id = env.summaryMetricsDurable.idFromName(SUMMARY_METRICS_ID)
const stub = env.summaryMetricsDurable.get(id)

Expand Down

0 comments on commit 9ed6e36

Please sign in to comment.