Skip to content

Commit

Permalink
fix: redundant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-cc committed Jul 26, 2024
1 parent 631a2df commit 98b8239
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/ssgs/ssg.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,11 @@ export default class Ssg {
.trim(),
);

/** @type {import('@cloudcannon/configuration-types').CollectionConfig} */
const collectionConfig = {
return {
path,
name,
icon: findIcon(name.toLowerCase()),
};

return collectionConfig;
}

/**
Expand Down

0 comments on commit 98b8239

Please sign in to comment.