updated comment

This commit is contained in:
Gani Georgiev 2023-07-17 00:08:06 +03:00
parent 81bd1a1732
commit 1720c82570
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func (api *fileApi) download(c echo.Context) error {
adminOrAuthRecord, _ := api.findAdminOrAuthRecordByFileToken(token)
// create a copy of the cached request data and adjust it to the current auth record
// create a copy of the cached request data and adjust it for the current auth model
requestData := *RequestData(c)
requestData.Admin = nil
requestData.AuthRecord = nil