Update dependencies
This commit is contained in:
parent
4eda7ef396
commit
c1e1f2c327
60 changed files with 1126 additions and 711 deletions
|
@ -79,7 +79,7 @@ export function setCert(fileName, cert) {
|
|||
return {
|
||||
type: actions.SET_CERT,
|
||||
fileName,
|
||||
cert: cert
|
||||
cert
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -87,7 +87,7 @@ export function setKey(fileName, key) {
|
|||
return {
|
||||
type: actions.SET_KEY,
|
||||
fileName,
|
||||
key: key
|
||||
key
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue