Skip to content

Commit

Permalink
Merge pull request #443 from alemayhu/next
Browse files Browse the repository at this point in the history
server: ce72a9e28a95 (log oauth connection issues, 2021-12-25)
  • Loading branch information
aalemayhu authored Dec 26, 2021
2 parents 684b070 + 284dc6d commit 8e273e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server
2 changes: 1 addition & 1 deletion web/src/lib/Backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Backend {
const properties = p.properties;
// Database
if (p.object === "database" && p.title) {
return p.title[0].text.content;
return p.title.map((text) => text.plain_text).join("");
}
if (!properties) {
return "untitled";
Expand Down

0 comments on commit 8e273e7

Please sign in to comment.