Skip to content

Commit

Permalink
refactor: update usages of dialectName with clientName
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 18, 2024
1 parent 95f11d1 commit 7fedbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/connection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ export class Connection extends EventEmitter implements ConnectionContract {
* @deprecated
* @see clientName
*/
dialectName: ConnectionContract['dialectName']
dialectName: ConnectionContract['clientName']

/**
* Connection client name.
*/
clientName: ConnectionContract['dialectName']
clientName: ConnectionContract['clientName']

/**
* A boolean to know if connection operates on read/write
Expand Down

0 comments on commit 7fedbfe

Please sign in to comment.