Skip to content

Commit

Permalink
Remove single quotes around module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdy committed May 11, 2024
1 parent 29768c5 commit 0ee4c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asherah.cc
Original file line number Diff line number Diff line change
Expand Up @@ -696,4 +696,4 @@ class Asherah : public Napi::Addon<Asherah> {
#pragma endregion Helpers
};

NODE_API_NAMED_ADDON('asherah', Asherah)
NODE_API_NAMED_ADDON(asherah, Asherah)

0 comments on commit 0ee4c69

Please sign in to comment.