Skip to content

Commit 1bb9a94

Browse files
authored
Add type param update log drain mutation (supabase#36468)
1 parent b6262aa commit 1bb9a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/studio/data/log-drains/update-log-drain-mutation.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function updateLogDrain(payload: LogDrainUpdateVariables) {
2525
body: {
2626
name: payload.name,
2727
description: payload.description,
28+
type: payload.type,
2829
config: payload.config as any,
2930
},
3031
})

0 commit comments

Comments
 (0)