msoffice fixes
This commit is contained in:
parent
f8850aa89e
commit
d58533db05
2 changed files with 1 additions and 1 deletions
|
@ -56,5 +56,6 @@ func MSOfficeProcessing(job sqlc.ProcessingJob) error {
|
|||
return err
|
||||
}
|
||||
|
||||
database.FinishProcessingJob(job.ID)
|
||||
return nil
|
||||
}
|
||||
|
|
|
@ -24,7 +24,6 @@ type oleidResponse struct {
|
|||
}
|
||||
|
||||
func OleIDScan(fileID pgtype.UUID) (oleidResponse, error) {
|
||||
|
||||
slog.Debug("Starting OleID scan", "file-uuid", fileID.String())
|
||||
oleidUrl, err := url.Parse(viper.GetString("processing.oleurl"))
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Reference in a new issue