Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit f4fcbb9

Browse files
committed
style: remove unused parameter in onPostBuild
Signed-off-by: Jonah Snider <[email protected]>
1 parent 5f7babd commit f4fcbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = {
7575
// - the file/directory is already cached and its contents has not changed
7676
// If this is a directory, this includes children's contents
7777
// Note that this will cache after the build, even if it fails, which fcould be unwanted behavior
78-
async onPostBuild({utils, netlifyConfig, inputs}: NetlifyOpts) {
78+
async onPostBuild({utils, inputs}: NetlifyOpts) {
7979
const paths = generateAbsolutePaths({inputs});
8080

8181
const success = await utils.cache.save(paths.absolute.buildDir, {

0 commit comments

Comments
 (0)