Fix Content-Profile not working for POST RPC
Accept-Profile was applied instead. Fixes https://github.com/PostgREST/postgrest/issues/1508.
This commit is contained in:
committed by
Steve Chavez
parent
f57caf0987
commit
9a52632024
@@ -7,6 +7,8 @@ check: lint style test
|
||||
clean: prompt-clean
|
||||
stack clean --full
|
||||
|
||||
# For running these you'll need to install hlint and stylish-haskell first. Run:
|
||||
# stack install hlint stylish-haskell
|
||||
lint:
|
||||
git ls-files | grep '\.l\?hs$$' | xargs stack exec -- hlint -X QuasiQuotes -X NoPatternSynonyms "$$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user