Skip to content

Commit

Permalink
rename temp file to pre_load.json
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Oct 30, 2024
1 parent ef3862f commit fd81dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/framework/UploadFileService.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define UPLOAD_FILE_PATH "/rest/uploadFile"

#define TEMP_FILENAME_PATH "/tmp_upload" // for uploaded json files
#define TEMP_FILENAME_PATH "/pre_load.json" // for uploaded json files, handled by System::check_restore()

class UploadFileService {
public:
Expand Down

0 comments on commit fd81dc9

Please sign in to comment.