We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed30b67 commit e53d0b3Copy full SHA for e53d0b3
wasm-wrappers/fdw/slack_fdw/src/lib.rs
@@ -106,9 +106,6 @@ impl SlackFdw {
106
unsafe { &mut (*INSTANCE) }
107
}
108
109
- // This was left as a placeholder - in production we don't use the SlackClient
110
- // but directly make requests via the HTTP interface
111
-
112
// Map Slack UserGroup to PostgreSQL Row
113
fn usergroup_to_row(&self, usergroup: &UserGroup, row: &Row) -> Result<(), FdwError> {
114
// Basic information
0 commit comments