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 ed30f4f commit a620f09Copy full SHA for a620f09
e2e/__stubs__/cat.entity.ts
@@ -1,7 +1,6 @@
1
import { Entity } from '../../src/couchbase';
2
-import { config } from './config';
3
4
-@Entity(config.bucket)
+@Entity()
5
export class Cat {
6
name: string;
7
}
0 commit comments