Skip to content

Commit

Permalink
Duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez authored Jul 16, 2019
1 parent a42ff71 commit fc1d27c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Horse.JWT.pas
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ implementation

function HorseJWT(ASecretJWT: string; AHeader: string = 'authorization'): THorseCallback; overload;
begin
Header := 'authorization';
SecretJWT := ASecretJWT;
Header := AHeader;
Result := Middleware
Expand Down Expand Up @@ -96,4 +95,4 @@ procedure Middleware(Req: THorseRequest; Res: THorseResponse; Next: TProc);
end;
end;

end.
end.

0 comments on commit fc1d27c

Please sign in to comment.