Skip to content

Commit

Permalink
fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite authored May 21, 2022
1 parent bb93bdd commit e44bb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -912,7 +912,7 @@ declare module "canvacord" {
* @param [ops.fontX = "Manrope"] - <p>Bold font family</p>
* @param [ops.fontY = "Manrope"] - <p>Regular font family</p>
*/
build(ops: {
build(ops?: {
fontX?: string;
fontY?: string;
}): Promise<Buffer>;

0 comments on commit e44bb2a

Please sign in to comment.