Skip to content

Commit 69eeb2f

Browse files
authored
Merge branch 'main' into v1.6724.0
2 parents 19663da + 8a330ea commit 69eeb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages_generated/mongodb/src/v1alpha1/marshalling.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const unmarshalInstanceSetting = (data: unknown): InstanceSetting => {
106106
} as InstanceSetting
107107
}
108108

109-
export const unmarshalInstanceSnapshotSchedule = (
109+
const unmarshalInstanceSnapshotSchedule = (
110110
data: unknown,
111111
): InstanceSnapshotSchedule => {
112112
if (!isJSONObject(data)) {

0 commit comments

Comments
 (0)