msoffice fixes

This commit is contained in:
Johannes Bülow 2025-08-15 19:16:29 +02:00
parent f8850aa89e
commit d58533db05
Signed by: jmb
GPG key ID: B56971CF7B8F83A6
2 changed files with 1 additions and 1 deletions

View file

@ -56,5 +56,6 @@ func MSOfficeProcessing(job sqlc.ProcessingJob) error {
return err return err
} }
database.FinishProcessingJob(job.ID)
return nil return nil
} }

View file

@ -24,7 +24,6 @@ type oleidResponse struct {
} }
func OleIDScan(fileID pgtype.UUID) (oleidResponse, error) { func OleIDScan(fileID pgtype.UUID) (oleidResponse, error) {
slog.Debug("Starting OleID scan", "file-uuid", fileID.String()) slog.Debug("Starting OleID scan", "file-uuid", fileID.String())
oleidUrl, err := url.Parse(viper.GetString("processing.oleurl")) oleidUrl, err := url.Parse(viper.GetString("processing.oleurl"))
if err != nil { if err != nil {