Skip to content

Commit

Permalink
chore: deprecated few fn global typings
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Nov 10, 2023
1 parent 88d3a4e commit 69cd98b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions packages/cloud-sdk/src/cloud.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface CloudSdkInterface {

/**
* Get a database-ql instance
* @deprecated use `mongo.db` instead
*/
database(): Db

Expand Down
8 changes: 0 additions & 8 deletions web/src/components/Editor/typesResolve/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ interface File {
interface FunctionContext {
__function_name: string;
/**
* This object is parsed from JWT Token Payload
* @deprecated use user instead
*/
auth?: {
uid?: string
}
/**
* This object is parsed from JWT Token Payload
*/
Expand Down

0 comments on commit 69cd98b

Please sign in to comment.