feat(notion): add auth and new DB items trigger
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { TBeforeRequest } from '@automatisch/types';
|
||||
|
||||
const addNotionVersionHeader: TBeforeRequest = ($, requestConfig) => {
|
||||
requestConfig.headers['Notion-Version'] = '2022-06-28';
|
||||
|
||||
return requestConfig;
|
||||
};
|
||||
|
||||
export default addNotionVersionHeader;
|
Reference in New Issue
Block a user