Skip to content

Commit

Permalink
fix not used package
Browse files Browse the repository at this point in the history
  • Loading branch information
MSPoulaei committed Jul 29, 2024
1 parent a1002b7 commit dd1adcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- feature/cicd
pull_request:
branches:
- main
Expand Down
1 change: 0 additions & 1 deletion eventserver/handlers/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package handlers

import (
"encoding/base64"
"fmt"
"net/http"
"os"
"time"
Expand Down

0 comments on commit dd1adcb

Please sign in to comment.