Skip to content

Commit

Permalink
Fixed type error in server code
Browse files Browse the repository at this point in the history
  • Loading branch information
smakhtin committed Oct 5, 2023
1 parent c40f73c commit e25b333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config = {
};

let nftData: NftAsset;
let deepData: DeepData = {};
let deepData: DeepData;
const notFoundMessage = 'We’re sorry but that page can’t be found.';

export async function load(event) {
Expand Down

0 comments on commit e25b333

Please sign in to comment.