-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove UID argument from NotionDB methods
- Added `UID` field to the `NotionDB` struct - Changed the `QueryDatabaseContains` method to not take `UID` as input - Changed the `QueryDatabaseByEmail` method to not take `UID` as input - Changed the `AddPageToDatabase` method to not take `UID` as input - Removed the `UId` argument from the `QueryDatabase` method - Removed the `UId` argument from the `QueryContainsDatabase` method - Removed the `UId` argument from the `QueryDatabaseByName` method - Removed the `UId` argument from the `QueryDatabaseContainsByName` method - Removed the `UId` argument from the `QueryDatabaseContainsByEmail` method - Removed the `UId` argument from the `QueryDatabaseContainsByTitle` method - Removed the `UId` argument from the `QueryDatabaseContains` method Signed-off-by: Evan Lin <[email protected]>
- Loading branch information
Showing
2 changed files
with
36 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters