diff --git a/src/PostgREST/Error.hs b/src/PostgREST/Error.hs index 72b1cbc0f..86d53c223 100644 --- a/src/PostgREST/Error.hs +++ b/src/PostgREST/Error.hs @@ -299,9 +299,6 @@ instance ErrorBody SchemaCacheError where -- >>> noRelBetweenHint "films" "role" "api" rels -- Just "Perhaps you meant 'roles' instead of 'role'." -- --- >>> noRelBetweenHint "films" "role" "api" rels --- Just "Perhaps you meant 'roles' instead of 'role'." --- -- >>> noRelBetweenHint "films" "actors" "api" rels -- Nothing --