Skip to content

Commit 166c05f

Browse files
committed
comment fix
1 parent d3081f6 commit 166c05f

File tree

1 file changed

+1
-1
lines changed
  • components/server/src/bitbucket-server

1 file changed

+1
-1
lines changed

components/server/src/bitbucket-server/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import { RequestOptions } from "bitbucket/src/plugins/register-endpoints/types";
88

9-
// this, because for some reason we can't import HTTPError from bitbucket/src/error/types. This is only a subset of the actual class
9+
// For some reason we can't import HTTPError from bitbucket/src/error/types. This is only a subset of the actual class
1010
export abstract class HTTPError extends Error {
1111
public request: RequestOptions | undefined;
1212
}

0 commit comments

Comments
 (0)