fix: rebase glitch

This commit is contained in:
DarkSky
2022-08-01 02:15:25 +08:00
parent 36d8c0493d
commit d7a5809861
10 changed files with 34 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
import type { IOption } from 'ffc-js-client-side-sdk/esm/types';
export const config: IOption = {
secret: process.env['AFFINE_FEATURE_FLAG_TOKEN'],
secret: process.env['AFFINE_FEATURE_FLAG_TOKEN'] || '',
anonymous: true,
// user: {
// userName: 'the user's user name',