Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
fix(transfer): Importer boot param parse.
Browse files Browse the repository at this point in the history
Signed-off-by: qwqcode <[email protected]>
  • Loading branch information
qwqcode committed May 3, 2022
1 parent 12bd0b5 commit 2cb8e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/admin_transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (a *action) AdminImport(c echo.Context) error {
}

payloadMap := map[string]string{}
for k, v := range payloadMap {
for k, v := range payloadMapRaw {
payloadMap[k] = lib.ToString(v) // convert all value to string
}

Expand Down

0 comments on commit 2cb8e40

Please sign in to comment.