Skip to content

Commit

Permalink
[keyserver] endpoint_profiling -> endpoint-profiling
Browse files Browse the repository at this point in the history
Summary: Renaming file to match codebase conventions

Test Plan: NA

Reviewers: ashoat, ginsu, tomek

Reviewed By: ashoat

Subscribers: wyilio

Differential Revision: https://phab.comm.dev/D9357
  • Loading branch information
atulsmadhugiri committed Oct 4, 2023
1 parent 050b1af commit 6a1c53d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyserver/src/keyserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { qrCodeLinkURL } from 'lib/facts/links.js';

import { migrate } from './database/migrations.js';
import { jsonEndpoints } from './endpoints.js';
import { logEndpointMetrics } from './middleware/endpoint_profiling.js';
import { logEndpointMetrics } from './middleware/endpoint-profiling.js';
import { emailSubscriptionResponder } from './responders/comm-landing-responders.js';
import {
jsonHandler,
Expand Down

0 comments on commit 6a1c53d

Please sign in to comment.