Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿš‘ fix tb

+1 -1
+1 -1
packages/tinybird/src/os-client.ts
··· 47 47 // FIXME: use Tinybird instead with super(args) maybe 48 48 // how about passing here the `opts: {revalidate}` to access it within the functions? 49 49 constructor(private args: { token: string; baseUrl?: string | undefined }) { 50 - if (process.env.NODE_ENV !== "development") { 50 + if (process.env.NODE_ENV === "development") { 51 51 this.tb = new NoopTinybird(); 52 52 } else { 53 53 this.tb = new Tinybird(args);