fedora-copr / log-detective-website

Data collection page for Log Detective AI
11 stars 7 forks source link

Don't store fake_spec_name.spec for URL contributions #53

Closed FrostyX closed 6 months ago

FrostyX commented 7 months ago

When contributing a log via URL, we put this into the result JSON that we store to disk:

"spec_file": {
    "name": "fake_spec_name.spec",
    "content": "fake spec file"
},

We should store spec_file: null instead.