Skip to content

Commit 8a330ea

Browse files
authored
feat(mongodb): export unmarshalInstanceSnapshotSchedule (#2218)
1 parent a330518 commit 8a330ea

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)