diff --git a/.changeset/fast-guests-mix.md b/.changeset/fast-guests-mix.md new file mode 100644 index 000000000..f035c4751 --- /dev/null +++ b/.changeset/fast-guests-mix.md @@ -0,0 +1,5 @@ +--- +'@flatfile/plugin-autocast': patch +--- + +Bug fix diff --git a/package-lock.json b/package-lock.json index 52ba892a5..222e40510 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11521,7 +11521,7 @@ }, "plugins/space-configure": { "name": "@flatfile/plugin-space-configure", - "version": "0.1.6", + "version": "0.1.7", "license": "ISC", "dependencies": { "@flatfile/api": "^1.5.37", diff --git a/plugins/autocast/src/autocast.plugin.ts b/plugins/autocast/src/autocast.plugin.ts index e6150f8a2..d2284f98c 100644 --- a/plugins/autocast/src/autocast.plugin.ts +++ b/plugins/autocast/src/autocast.plugin.ts @@ -13,7 +13,7 @@ export function autocast( debug?: boolean } ) { - return async (listener: FlatfileListener) => { + return (listener: FlatfileListener) => { listener.on( 'commit:created', { sheetSlug },