Skip to content

Commit d5a211c

Browse files
committed
stamp: meow!
1 parent 10d64d1 commit d5a211c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ type (
201201

202202
function struct {
203203
Enabled bool `toml:"enabled" json:"-"`
204-
UsePackageJson bool `toml:"-" join:"-"`
204+
UsePackageJson bool `toml:"-" json:"-"`
205205
VerifyJWT bool `toml:"verify_jwt" json:"verifyJWT"`
206206
ImportMap string `toml:"import_map" json:"importMapPath,omitempty"`
207207
Entrypoint string `toml:"entrypoint" json:"entrypointPath,omitempty"`

0 commit comments

Comments
 (0)