Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
KD committed Apr 11, 2022
1 parent d567419 commit 1184aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/FilesApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __invoke(FilesStoreRequest $request, String $nonce = null): Json
$request->request->remove($key);
}
}
if (!$request->hasValidSignature()) {
if (!$request->hasValidSignature(false)) {
abort(401);
}
try {
Expand Down

0 comments on commit 1184aa9

Please sign in to comment.