Skip to content

bad generated param name function_Param #574

@chingor13

Description

@chingor13

https://github.com/googleapis/nodejs-functions/pull/146/files#diff-befd2ad0da13326aa9d2b9089e57ae16a5fa61ac16c2bd566035f10d46ff6e5dR1701

It's being generated as:

  cloudFunctionPath(project: string, location: string, functionParam: string) {
    return this.pathTemplates.cloudFunctionPathTemplate.render({
      project: project,
      location: location,
      function: function_Param, // this one is incorrect
    });
  }

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions