We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e904de2 commit 499278fCopy full SHA for 499278f
packages/core/src/models/profile.ts
@@ -32,11 +32,3 @@ export interface Profile<C = Record<string, any>> {
32
/** Properties that can be used when involking the dataSource method */
33
properties?: Record<string, any>;
34
}
35
-
36
-// profile : by connection/pool/client setting 的變動
37
-// vulcan.yaml: by project 設定
38
-// api.yaml: by api/cache 執行設定
39
40
-// => use additional information when refreshing cache
41
-// => the userId changed by each api
42
-// => the root_user_id changed by project
0 commit comments