Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Jul 17, 2024
1 parent 86a2fb7 commit 86decda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ class Database extends common.GrpcServiceObject {
return;
}
return this.databaseDialect || undefined;
} catch(err) {
} catch (err) {
cb!(err as grpc.ServiceError);
return;
}
Expand Down

0 comments on commit 86decda

Please sign in to comment.