Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Seese <[email protected]>
  • Loading branch information
mikeseese committed Apr 5, 2024
1 parent 098259e commit 40d47f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class HttpCommandServer {
delete: { '/v1/snapshots': [0, this.deleteSnapshot] },
} as const,
{
post: { '/v1/port_forwarding': [1, this.createPortForwarding] },
post: { '/v1/port_forwarding': [1, this.createPortForwarding] },
delete: { '/v1/port_forwarding': [1, this.deletePortForwarding] },
} as const,
);
Expand Down

0 comments on commit 40d47f0

Please sign in to comment.