Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeetii committed Oct 7, 2024
1 parent 5ebcd38 commit 1cc52f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/local/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// Blank-import the function package so the init() runs
"github.com/GoogleCloudPlatform/functions-framework-go/funcframework"
_ "github.com/Yeetii/live-weather/functions"
_ "github.com/Yeetii/live-weather"
)

func main() {
Expand Down

0 comments on commit 1cc52f4

Please sign in to comment.