This commit is contained in:
Łukasz Magiera
2019-08-01 16:20:50 +02:00
parent 9ae450620a
commit 542f645c28
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -71,4 +71,3 @@ func APISecret(keystore types.KeyStore, lr repo.LockedRepo) (*APIAlg, error) {
return (*APIAlg)(jwt.NewHS256(key.PrivateKey)), nil
}