Skip to content

Commit

Permalink
re-added database mirroring handler for login7tokenhandler
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Nov 1, 2024
1 parent 5b6e12d commit f209f0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/token/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ export class Login7TokenHandler extends TokenHandler {
this.connection.emit('databaseChange', token.newValue);
}

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

Check warning on line 288 in src/token/handler.ts

View check run for this annotation

Codecov / codecov/patch

src/token/handler.ts#L288

Added line #L288 was not covered by tests
}

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

0 comments on commit f209f0e

Please sign in to comment.