notion-client
Advanced tools
Comparing version 4.2.9 to 4.2.10
@@ -186,3 +186,4 @@ "use strict"; | ||
if (source) { | ||
if (source.indexOf('youtube') >= 0 || source.indexOf('vimeo')) { | ||
if (source.indexOf('youtube') >= 0 || | ||
source.indexOf('vimeo') >= 0) { | ||
return []; | ||
@@ -189,0 +190,0 @@ } |
@@ -180,3 +180,4 @@ var __assign = (this && this.__assign) || function () { | ||
if (source) { | ||
if (source.indexOf('youtube') >= 0 || source.indexOf('vimeo')) { | ||
if (source.indexOf('youtube') >= 0 || | ||
source.indexOf('vimeo') >= 0) { | ||
return []; | ||
@@ -183,0 +184,0 @@ } |
{ | ||
"name": "notion-client", | ||
"version": "4.2.9", | ||
"version": "4.2.10", | ||
"description": "Robust TypeScript client for the unofficial Notion API.", | ||
@@ -27,3 +27,3 @@ "repository": "NotionX/react-notion-x", | ||
}, | ||
"gitHead": "7f985227077e31b8a19abd9dc0176f06ea550e97" | ||
"gitHead": "fa5c90ea9f762d05bc414fbe5c7fa10fc9bf0e7d" | ||
} |
@@ -194,3 +194,6 @@ import got, { OptionsOfJSONResponseBody } from 'got' | ||
if (source) { | ||
if (source.indexOf('youtube') >= 0 || source.indexOf('vimeo')) { | ||
if ( | ||
source.indexOf('youtube') >= 0 || | ||
source.indexOf('vimeo') >= 0 | ||
) { | ||
return [] | ||
@@ -197,0 +200,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
963493
11768