add runid to configuration section

This commit is contained in:
worm 2023-01-02 13:35:25 -08:00
parent df713f4ce9
commit 461d42609e

View file

@ -8,4 +8,5 @@ export const config = {};
config.token = "";
config.downloadDir = "";
config.base_url = "";
config.base_url = "";
config.run_id = "";