Skip to content

Commit

Permalink
web: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbantle22 committed Nov 14, 2023
1 parent be9c633 commit dbfc56a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function useConfig(): ReturnType {
e.preventDefault();
setState({ loading: true });
const url =
state.connectionUrl ??
state.connectionUrl ||
`mysql://${state.username}:${state.password}@${state.host}:${state.port}/${state.database}`;

try {
Expand Down

0 comments on commit dbfc56a

Please sign in to comment.