Skip to content

Commit

Permalink
removed database mirroring partner event from generic request token h…
Browse files Browse the repository at this point in the history
…andler
  • Loading branch information
nick-w-nick committed Nov 4, 2024
1 parent f209f0e commit 0c03b30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/token/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,6 @@ export class RequestTokenHandler extends TokenHandler {
this.connection.emit('databaseChange', token.newValue);
}

onDatabaseMirroringPartner(token: DatabaseMirroringPartnerEnvChangeToken) {
this.connection.emit('databaseMirroringPartner', token.newValue);
}

onLanguageChange(token: LanguageEnvChangeToken) {
this.connection.emit('languageChange', token.newValue);
}
Expand Down

0 comments on commit 0c03b30

Please sign in to comment.