Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Aug 6, 2024
1 parent a76a73a commit 32eb25a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ source: libs/wingc/src/lsp/completions.rs
kind: 22
documentation:
kind: markdown
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: Datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
sortText: hh|ObjectMetadata
- label: OnDeployProps
kind: 22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ source: libs/wingc/src/lsp/completions.rs
kind: 22
documentation:
kind: markdown
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: Datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
sortText: hh|ObjectMetadata
- label: OnDeployProps
kind: 22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ source: libs/wingc/src/lsp/completions.rs
kind: 22
documentation:
kind: markdown
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: Datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
sortText: hh|ObjectMetadata
- label: OnDeployProps
kind: 22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ source: libs/wingc/src/lsp/completions.rs
kind: 22
documentation:
kind: markdown
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: Datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
value: "```wing\nstruct ObjectMetadata {\n contentType?: str;\n lastModified: datetime;\n size: num;\n}\n```\n---\nMetadata of a bucket object."
sortText: hh|ObjectMetadata
- label: OnDeployProps
kind: 22
Expand Down

0 comments on commit 32eb25a

Please sign in to comment.