File size: 297 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`should fetch a private channels token join settings 1`] = `
Object {
  "data": Object {
    "channel": Object {
      "id": "1",
      "joinSettings": Object {
        "token": null,
        "tokenJoinEnabled": false,
      },
    },
  },
}
`;