Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mabiede committed Aug 20, 2024
1 parent 3d583a7 commit 564adce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/database_pools.ml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ module Make (Config : ConfigSig) = struct
| Open _ -> Ok ()
in
connect pool
| None -> Error "Database not foun"
| None -> Error "Database not found"
;;

let disconnect =
Expand Down

0 comments on commit 564adce

Please sign in to comment.