Skip to content

Commit

Permalink
fix: bad import on properties example
Browse files Browse the repository at this point in the history
  • Loading branch information
typeoneerror committed Oct 4, 2023
1 parent e79f69e commit 93c5ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/properties/retrieve.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
* --prop-id: ID of the property to fetch
*/

const { notion, yargs } = require('../../shared');
const { log } = require('../../shared/utils');
const { notion, yargs } = require('../shared');
const { log } = require('../shared/utils');

const pageId = 'a2d67b9cb48e4b2aaca6026d8d577dfd';
const propId = 'uy%7Db';
Expand Down

0 comments on commit 93c5ac9

Please sign in to comment.