mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
fix: rebase glitch
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user