Skip to content

Commit 4943e68

Browse files
Copilotlpcox
andauthored
fix: remove unused export from SslBumpConfig interface in ssl-bump.ts
Agent-Logs-Url: https://github.com/github/gh-aw-firewall/sessions/e07586e3-c8a8-4e76-8158-807e9636123d Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
1 parent 3b1f07e commit 4943e68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl-bump.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function chownRecursive(dirPath: string, uid: number, gid: number): void
3636
/**
3737
* Configuration for SSL Bump CA generation
3838
*/
39-
export interface SslBumpConfig {
39+
interface SslBumpConfig {
4040
/** Working directory to store CA files */
4141
workDir: string;
4242
/** Common name for the CA certificate (default: 'AWF Session CA') */

0 commit comments

Comments
 (0)