Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Apr 10, 2024
1 parent 74c2ae8 commit 8cfaa68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions packages/driver/buildDeno.ts
Expand Up @@ -18,12 +18,6 @@ await run({
{ match: /^src\/index.node.ts$/, replace: "mod.ts" },
{ match: /^src\//, replace: "_src/" },
],
importRewriteRules: [
{
match: /^debug$/,
replace: "npm:debug",
},
],
injectImports: [
{
imports: ["process"],
Expand Down
8 changes: 0 additions & 8 deletions packages/driver/src/credentials.ts
Expand Up @@ -11,15 +11,7 @@ export interface Credentials {
port?: number;
user: string;
password?: string;
/**
* Either 'database' or 'branch' may appear in credentials, but not both.
* If both are specified, an error will be thrown.
*/
database?: string;
/**
* Either 'database' or 'branch' may appear in credentials, but not both.
* If both are specified, an error will be thrown.
*/
branch?: string;
tlsCAData?: string;
tlsSecurity?: TlsSecurity;
Expand Down

0 comments on commit 8cfaa68

Please sign in to comment.