Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/client/google.golang.o…
Browse files Browse the repository at this point in the history
…rg/grpc-1.59.0
  • Loading branch information
CommanderStorm authored Nov 1, 2023
2 parents abec656 + 1235b55 commit c8e520f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- run: bash server/api/installBuf.bash
- name: pre-commit
uses: pre-commit/[email protected]
- uses: ls-lint/action@v2.0.1
- uses: ls-lint/action@v2.2.2
with:
config: .ls-lint.yaml
3 changes: 2 additions & 1 deletion server/backend/cron/file_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ package cron

import (
"errors"
"github.com/guregu/null"
"io"
"net/http"
"os"
"path"
"strings"

"github.com/guregu/null"

"github.com/TUM-Dev/Campus-Backend/server/model"
"github.com/disintegration/imaging"
"github.com/gabriel-vasile/mimetype"
Expand Down

0 comments on commit c8e520f

Please sign in to comment.