Skip to content

Commit

Permalink
fix: space
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeonwoong committed Oct 10, 2023
1 parent 6295e79 commit f433dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ainftToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class AinftToken extends FactoryBase {
readonly metadata?: object;
readonly tokenURI: string;

constructor(tokenInfo: { ainftObjectId: string, tokenId: string, tokenURI: string, metadata?: object}, ain: Ain, baseUrl: string) {
constructor(tokenInfo: { ainftObjectId: string, tokenId: string, tokenURI: string, metadata?: object }, ain: Ain, baseUrl: string) {
super(ain, baseUrl);
this.ainftObjectId = tokenInfo.ainftObjectId;
this.tokenId = tokenInfo.tokenId;
Expand Down

0 comments on commit f433dda

Please sign in to comment.