This commit is contained in:
Shreyas Goenka 2024-12-24 16:07:11 +05:30
parent ff15ced067
commit 3ed58a765b
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ type FrontendLogEntry struct {
}
type DatabricksCliLog struct {
CliTestEvent *events.CliTestEvent `json:"cli_test_event,omitempty"`
CliTestEvent *events.CliTestEvent `json:"cli_test_event,omitempty"`
BundleInitEvent *events.BundleInitEvent `json:"bundle_init_event,omitempty"`
}