notion-dotnet / notion-sdk-net

A Notion SDK for .Net
MIT License
186 stars 46 forks source link

Fix wrong field used in relation field #228

Closed Titaye closed 2 years ago

Titaye commented 2 years ago

Description

The relation property of a database always have a null value.

Fixes #229

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Checklist:

KoditkarVedant commented 2 years ago

@Titaye Thank for the pull request. Changes looks good to me.